@@ -117,7 +117,7 @@ |
||
117 | 117 | $fixtures = $loader->getFixtures(); |
118 | 118 | if (!$fixtures) { |
119 | 119 | throw new \InvalidArgumentException( |
120 | - sprintf('Could not find any fixtures to load in: %s', "\n\n- ".implode("\n- ", $paths)) |
|
120 | + sprintf('Could not find any fixtures to load in: %s', "\n\n- " . implode("\n- ", $paths)) |
|
121 | 121 | ); |
122 | 122 | } |
123 | 123 | $purger = new ORMPurger($em); |
@@ -62,7 +62,7 @@ |
||
62 | 62 | $events = $e->getEventManager()->getSharedManager(); |
63 | 63 | |
64 | 64 | // Attach to helper set event and load the entity manager helper. |
65 | - $events->attach('doctrine', 'loadCli.post', function (EventInterface $e) { |
|
65 | + $events->attach('doctrine', 'loadCli.post', function(EventInterface $e) { |
|
66 | 66 | /* @var $cli \Symfony\Component\Console\Application */ |
67 | 67 | $cli = $e->getTarget(); |
68 | 68 |