Passed
Branch master (21d689)
by Rob
06:12
created
Category
src/DoctrineDataFixtureModule/Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
         $events = $e->getEventManager()->getSharedManager();
41 41
 
42 42
         // Attach to helper set event and load the entity manager helper.
43
-        $events->attach('doctrine', 'loadCli.post', function (EventInterface $e) {
43
+        $events->attach('doctrine', 'loadCli.post', function(EventInterface $e) {
44 44
             /* @var $cli Application */
45 45
             $cli = $e->getTarget();
46 46
             /* @var $sm ServiceLocatorInterface */
Please login to merge, or discard this patch.