mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 07:41:43 +03:00
Using old array syntax
This commit is contained in:
parent
2cbd828973
commit
f815162ba7
@ -19,7 +19,7 @@ class MarkdownExtension extends \Twig_Extension
|
||||
public function getFilters()
|
||||
{
|
||||
return array(
|
||||
new \Twig_SimpleFilter('extra_markdown', [$this, 'markdown'], array('is_safe' => array('html'))),
|
||||
new \Twig_SimpleFilter('extra_markdown', array($this, 'markdown'), array('is_safe' => array('html'))),
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user