Passed
Push — master ( fa3bf1...2fa9b0 )
by
unknown
04:14
created
src/Console/Infrastructure/Domain/Services/PhpClass/Command.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     {
22 22
         $this
23 23
             ->setQualifiedName("Saci\\{$moduleName}\\UseCase\\")
24
-            ->setInterfaces(['MappingInterface'])
24
+            ->setInterfaces([ 'MappingInterface' ])
25 25
             ->setMethod(
26 26
                 PhpMethod::create('__construct')
27 27
             )
Please login to merge, or discard this patch.