Completed
Pull Request — master (#393)
by Claus
06:03
created
src/ViewHelpers/IfViewHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,6 +89,6 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.