@@ -28,7 +28,7 @@ |
||
28 | 28 | /** @var MethodNode $method */ |
29 | 29 | foreach ($node->getMethods() as $method) { |
30 | 30 | if (true === in_array($method->getImage(), $allowedMethodNames)) { |
31 | - continue; |
|
31 | + continue; |
|
32 | 32 | } |
33 | 33 | |
34 | 34 | if ('Action' !== substr($method->getImage(), -6, 6)) { |
@@ -45,7 +45,7 @@ |
||
45 | 45 | $allowedClasses = explode($this->getStringProperty('delimiter'), $allowedChildren); |
46 | 46 | |
47 | 47 | foreach ($allowedClasses as &$allowedClass) { |
48 | - $allowedClass = 'AST'.$allowedClass; |
|
48 | + $allowedClass = 'AST' . $allowedClass; |
|
49 | 49 | } |
50 | 50 | |
51 | 51 | return $allowedClasses; |
@@ -23,7 +23,7 @@ |
||
23 | 23 | $this->addViolation($node); |
24 | 24 | } |
25 | 25 | |
26 | - if (1 === $countTry && true === $this->hasNotAllowedChildren($node)) { |
|
26 | + if (1 === $countTry && true === $this->hasNotAllowedChildren($node)) { |
|
27 | 27 | $this->addViolation($node); |
28 | 28 | } |
29 | 29 | } |