@@ -57,6 +57,6 @@ |
||
| 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 | } |