Passed
Push — master ( cd5e00...1a9c2f )
by Jelmer
01:52
created
src/DiCompiler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
             }
94 94
 
95 95
             $code .= '
96
-    public function '.$method->getName().'(?string $instanceName = null): '.$returnType.'
96
+    public function '.$method->getName() . '(?string $instanceName = null): ' . $returnType . '
97 97
     {
98 98
         return $this->__service(\'' . $method->getName() . '\', $instanceName);
99 99
     }
Please login to merge, or discard this patch.