We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 143024a + 7489904 commit 455c2bcCopy full SHA for 455c2bc
src/Resources/skeleton/twig/Extension.tpl.php
@@ -13,7 +13,7 @@ public function getFilters(): array
13
return [
14
// If your filter generates SAFE HTML, you should add a third
15
// parameter: ['is_safe' => ['html']]
16
- // Reference: https://twig.symfony.com/doc/2.x/advanced.html#automatic-escaping
+ // Reference: https://twig.symfony.com/doc/3.x/advanced.html#automatic-escaping
17
new TwigFilter('filter_name', [$this, 'doSomething']),
18
];
19
}
0 commit comments