Passed
Push — master ( 46b864...726379 )
by Curtis
01:52
created
src/Module.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
         $events->attach(
28 28
             'doctrine',
29 29
             'loadCli.post',
30
-            function (EventInterface $e) {
30
+            function(EventInterface $e) {
31 31
                 /* @var $cli Application */
32 32
                 $cli = $e->getTarget();
33 33
 
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
 
39 39
                 ConsoleRunner::addCommands($cli);
40 40
 
41
-                $cli->addCommands([new GenerateTraitCommand($em)]);
41
+                $cli->addCommands([ new GenerateTraitCommand($em) ]);
42 42
             }
43 43
         );
44 44
     }
Please login to merge, or discard this patch.