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.
src/DependencyInjection/Compiler/AutoRegisterCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace KunicMarko\SonataAnnotationBundle\DependencyInjection\Compiler;
6 6
 
Please login to merge, or discard this patch.