Passed
Push — master ( 51adc8...94bd85 )
by Rob
04:53 queued 02:08
created
src/DoctrineDataFixtureModule/Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
         $events = $e->getEventManager()->getSharedManager();
50 50
 
51 51
         // Attach to helper set event and load the entity manager helper.
52
-        $events->attach('doctrine', 'loadCli.post', function (EventInterface $e) {
52
+        $events->attach('doctrine', 'loadCli.post', function(EventInterface $e) {
53 53
             /* @var $cli Application */
54 54
             $cli = $e->getTarget();
55 55
             /* @var $sm ServiceLocatorInterface */
Please login to merge, or discard this patch.