Skip to content

Commit 961cc9c

Browse files
authored
Merge pull request #342 from localheinz/feature/readme
Enhancement: Use short array syntax in README.md
2 parents b21c39d + 0a93198 commit 961cc9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Enable the bundle in your kernel:
2727

2828
public function registerBundles()
2929
{
30-
$bundles = array(
30+
$bundles = [
3131
// ...
3232
new Http\HttplugBundle\HttplugBundle(),
33-
);
33+
];
3434
}
3535
```
3636

0 commit comments

Comments
 (0)