Completed
Push — master ( f99704...527926 )
by Michael
8s
created
Rule/Symfony2/ControllerMethodName.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
         foreach ($node->getMethods() as $method) {
34 34
             // Check if method is whitelisted
35 35
             if (in_array($method->getImage(), $allowedMethodNames)) {
36
-              continue;
36
+                continue;
37 37
             }
38 38
 
39 39
             if ('Action' !== substr($method->getImage(), -6, 6)) {
Please login to merge, or discard this patch.