8000 Terrible mistake! Comma instead of semicolon... · symfony/symfony-docs@9c9742b · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c9742b

Browse files
nuvolaplwouterj
authored andcommitted
Terrible mistake! Comma instead of semicolon...
;-)
1 parent 0ee3ae7 commit 9c9742b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/business-logic.rst

Lines changed: 1 addition & 1 deletion
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)
0