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:

Filter.php
14 14
 *
15 15
 * Use Twig_SimpleFilter instead.
16 16
 *
17
 * @package    twig
18
 * @author     Fabien Potencier <fabien@symfony.com>
17
 * @author Fabien Potencier <fabien@symfony.com>
19 18
 * @deprecated since 1.12 (to be removed in 2.0)
20 19
 */
21 20
abstract class Twig_Filter implements Twig_FilterInterface, Twig_FilterCallableInterface
......
63 62
        if (isset($this->options['is_safe_callback'])) {
64 63
            return call_user_func($this->options['is_safe_callback'], $filterArgs);
65 64
        }
66

  
67
        return null;
68 65
    }
69 66

  
70 67
    public function getPreservesSafety()

Also available in: Unified diff