@@ -89,6 +89,6 @@ |
||
| 89 | 89 | */ |
| 90 | 90 | public static function verdict(array $arguments, RenderingContextInterface $renderingContext) |
| 91 | 91 | { |
| 92 | - return (bool)$arguments['condition']; |
|
| 92 | + return (bool) $arguments['condition']; |
|
| 93 | 93 | } |
| 94 | 94 | } |