@@ -13,7 +13,7 @@ |
||
13 | 13 | */ |
14 | 14 | protected function parseBody() |
15 | 15 | { |
16 | - $body = $this->parser->subparse(function (\Twig_Token $token) { |
|
16 | + $body = $this->parser->subparse(function(\Twig_Token $token) { |
|
17 | 17 | return $token->test('end' . $this->getTag()); |
18 | 18 | }, |
19 | 19 | true |