Passed
Push — 1.x ( 78763f...5db5d7 )
by Marko
02:13
created
src/DependencyInjection/Compiler/AccessCompilerPass.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
         }
60 60
 
61 61
         throw new \LogicException(sprintf(
62
-           'Service "%s" has a parameter "%s" that is not found.',
62
+            'Service "%s" has a parameter "%s" that is not found.',
63 63
             $id,
64 64
             $class
65 65
         ));
Please login to merge, or discard this patch.