@@ -33,7 +33,7 @@ |
||
| 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)) { |