@@ -49,7 +49,7 @@ |
||
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 */ |