Completed
Push — master ( 5d7e0f...d5e6f7 )
by
unknown
02:39
created
src/Container.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@
 block discarded – undo
186 186
             throw Internal\Exception\ReflectionExceptionFactory::invalidArgument(
187 187
                 sprintf(
188 188
                     "Parameter 1 of %s must be an abstract class name which exists in resolved concrete stack.",
189
-                     __METHOD__
189
+                        __METHOD__
190 190
                 )
191 191
             );
192 192
         }
Please login to merge, or discard this patch.