Skip to content

Commit

Permalink
Update src/Twig/NeustaExtension.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored Oct 29, 2024
1 parent ef94ce8 commit af9f9b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Twig/NeustaExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ final class NeustaExtension extends AbstractExtension
public function getFilters(): array
{
return [
// Todo: remove in favor of the `any`-test once [#4422](https://github.com/twigphp/Twig/pull/4422) got released
new TwigFilter('any', self::any(...)),
];
}
Expand Down

0 comments on commit af9f9b0

Please sign in to comment.