Completed
Push — master ( 2d2832...a60a92 )
by Claus
43s
created
src/ViewHelpers/SpacelessViewHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,6 +57,6 @@
 block discarded – undo
57 57
      */
58 58
     public static function renderStatic(array $arguments, \Closure $childClosure, RenderingContextInterface $renderingContext)
59 59
     {
60
-        return trim(preg_replace('/\\>\\s+\\</', '><', (string)$childClosure()));
60
+        return trim(preg_replace('/\\>\\s+\\</', '><', (string) $childClosure()));
61 61
     }
62 62
 }
Please login to merge, or discard this patch.