Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/5.3' into 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h committed Nov 28, 2015
2 parents 1f51570 + 078105e commit 415be40
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 @@ -38,10 +38,10 @@ To start using the bundle, register it in `app/AppKernel.php`:
```php
public function registerBundles()
{
$bundles = [
$bundles = array(
// Other bundles...
new Fresh\DoctrineEnumBundle\FreshDoctrineEnumBundle(),
];
);
}
```

Expand Down

0 comments on commit 415be40

Please sign in to comment.