@@ -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)) { |
@@ -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 | } |