Skip to content

Commit

Permalink
short array notation
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Jun 5, 2019
1 parent b9bc9e0 commit 48714e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/symfony-bundle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ clients.
public function registerBundles()
{
$bundles = array(
$bundles = [
// ...
new Http\HttplugBundle\HttplugBundle(),
);
];
}
You can find all available configuration at the
Expand Down

0 comments on commit 48714e7

Please sign in to comment.