Project

General

Profile

« Previous | Next » 

Revision 1938

Added by darkviper almost 11 years ago

update Twig template engine to version 1.13.1

View differences:

Macro.php
49 49
        $stream->expect(Twig_Token::BLOCK_END_TYPE);
50 50

  
51 51
        $this->parser->setMacro($name, new Twig_Node_Macro($name, new Twig_Node_Body(array($body)), $arguments, $lineno, $this->getTag()));
52

  
53
        return null;
54 52
    }
55 53

  
56 54
    public function decideBlockEnd(Twig_Token $token)

Also available in: Unified diff