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