Test Failed
Push — master ( 2fa9b0...1565e2 )
by
unknown
01:50
created
src/Console/Infrastructure/Domain/Services/PhpClass/Mapping.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 
24 24
         $this
25 25
             ->setQualifiedName("Saci\\{$moduleName}\\$className")
26
-            ->setInterfaces(['MappingInterface'])
26
+            ->setInterfaces([ 'MappingInterface' ])
27 27
             ->setMethod(
28 28
                 PhpMethod::create('__invoke')
29 29
                     ->setType('array')
Please login to merge, or discard this patch.