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:

SimpleFilter.php
12 12
/**
13 13
 * Represents a template filter.
14 14
 *
15
 * @package    twig
16
 * @author     Fabien Potencier <fabien@symfony.com>
15
 * @author Fabien Potencier <fabien@symfony.com>
17 16
 */
18 17
class Twig_SimpleFilter
19 18
{
......
81 80
        if (null !== $this->options['is_safe_callback']) {
82 81
            return call_user_func($this->options['is_safe_callback'], $filterArgs);
83 82
        }
84

  
85
        return null;
86 83
    }
87 84

  
88 85
    public function getPreservesSafety()

Also available in: Unified diff