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:

TokenParserBroker.php
13 13
/**
14 14
 * Default implementation of a token parser broker.
15 15
 *
16
 * @package    twig
17
 * @author     Arnaud Le Blanc <arnaud.lb@gmail.com>
16
 * @author Arnaud Le Blanc <arnaud.lb@gmail.com>
18 17
 * @deprecated since 1.12 (to be removed in 2.0)
19 18
 */
20 19
class Twig_TokenParserBroker implements Twig_TokenParserBrokerInterface
......
112 111
            }
113 112
            $broker = prev($this->brokers);
114 113
        }
115

  
116
        return null;
117 114
    }
118 115

  
119 116
    public function getParsers()

Also available in: Unified diff