Skip to content

Commit b81eb4d

Browse files
committed
minor #4488 Terrible mistake! Comma instead of semicolon... (nuvolapl)
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...
2 parents 0ee3ae7 + 9c9742b commit b81eb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/business-logic.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Then, enable the bundle in ``AppKernel.php``, but only for the ``dev`` and
299299
300300
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
301301
// ...
302-
$bundles[] = new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle(),
302+
$bundles[] = new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle();
303303
}
304304
305305
return $bundles;

0 commit comments

Comments
 (0)