Completed
Push — master ( 2aafa8...d6db9b )
by Kenneth
13s
created
src/DoctrineFixturesModule/Command/LoadCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
src/DoctrineFixturesModule/Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.