Skip to content

Commit

Permalink
Enhancement: Use short array syntax in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jun 5, 2019
1 parent b21c39d commit 0a93198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -27,10 +27,10 @@ Enable the bundle in your kernel:

public function registerBundles()
{
$bundles = array(
$bundles = [
// ...
new Http\HttplugBundle\HttplugBundle(),
);
];
}
```

Expand Down

0 comments on commit 0a93198

Please sign in to comment.