Test Failed
Push — master ( 4bd70e...3667db )
by Grupo
04:16
created
src/Console/Infrastructure/Domain/Services/ClassMappingMakerSubscriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      */
38 38
     public static function getSubscribedEvents()
39 39
     {
40
-        return [ModuleWasCreated::NAME => 'create'];
40
+        return [ ModuleWasCreated::NAME => 'create' ];
41 41
     }
42 42
 
43 43
     public function create(ModuleWasCreated $created)
Please login to merge, or discard this patch.
src/Console/Infrastructure/Domain/Services/ModuleMakerSubscriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      */
37 37
     public static function getSubscribedEvents()
38 38
     {
39
-        return [ModuleWasCreated::NAME => 'createModule'];
39
+        return [ ModuleWasCreated::NAME => 'createModule' ];
40 40
     }
41 41
 
42 42
     /**
Please login to merge, or discard this patch.
Infrastructure/Domain/Services/ClassServiceProviderMakerSubscriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      */
38 38
     public static function getSubscribedEvents()
39 39
     {
40
-        return [ModuleWasCreated::NAME => 'create'];
40
+        return [ ModuleWasCreated::NAME => 'create' ];
41 41
     }
42 42
 
43 43
     public function create(ModuleWasCreated $created)
Please login to merge, or discard this patch.
src/Console/Infrastructure/Application/SymfonyEventAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 
30 30
     public static function getInstance()
31 31
     {
32
-        if (self::$instance === null) {
32
+        if (self::$instance===null) {
33 33
             self::$instance = new self();
34 34
         }
35 35
 
Please login to merge, or discard this patch.