Skip to content

Commit

Permalink
docs (readme): update code snippet to short array syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Phobetor committed Dec 4, 2015
1 parent 66d4de5 commit d5b3f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ Add the bundle to your project’s `AppKernel`:

public function registerBundles()
{
$bundles = array(
$bundles = [
// […]
new Phobetor\RabbitMqSupervisorBundle\RabbitMqSupervisorBundle(),
);
];
}
```

Expand Down

0 comments on commit d5b3f7c

Please sign in to comment.