Skip to content

Commit

Permalink
Merge pull request #342 from localheinz/feature/readme
Browse files Browse the repository at this point in the history
Enhancement: Use short array syntax in README.md
  • Loading branch information
dbu committed Jun 5, 2019
2 parents b21c39d + 0a93198 commit 961cc9c
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 961cc9c

Please sign in to comment.