Skip to content

Commit 48714e7

Browse files
committed
short array notation
1 parent b9bc9e0 commit 48714e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrations/symfony-bundle.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ clients.
3939
4040
public function registerBundles()
4141
{
42-
$bundles = array(
42+
$bundles = [
4343
// ...
4444
new Http\HttplugBundle\HttplugBundle(),
45-
);
45+
];
4646
}
4747
4848
You can find all available configuration at the

0 commit comments

Comments
 (0)