@@ -20,8 +20,8 @@ |
||
20 | 20 | */ |
21 | 21 | protected function parseBody() |
22 | 22 | { |
23 | - $body = $this->parser->subparse(function (Twig_Token $token) { |
|
24 | - return $token->test('end' . $this->getTag()); |
|
23 | + $body = $this->parser->subparse(function(Twig_Token $token) { |
|
24 | + return $token->test('end'.$this->getTag()); |
|
25 | 25 | }, |
26 | 26 | true); |
27 | 27 | $this->parser->getStream()->expect(Twig_Token::BLOCK_END_TYPE); |