Skip to content

Commit

Permalink
minor #4488 Terrible mistake! Comma instead of semicolon... (nuvolapl)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #4488).

Discussion
----------

Terrible mistake! Comma instead of semicolon...

;-)

Commits
-------

9c9742b Terrible mistake! Comma instead of semicolon...
  • Loading branch information
wouterj committed Nov 18, 2014
2 parents 0ee3ae7 + 9c9742b commit b81eb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion best_practices/business-logic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ Then, enable the bundle in ``AppKernel.php``, but only for the ``dev`` and
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
// ...
$bundles[] = new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle(),
$bundles[] = new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle();
}
return $bundles;
Expand Down

0 comments on commit b81eb4d

Please sign in to comment.