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 af9f9b0 commit 1dfd5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Twig/NeustaExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +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
// Todo: remove in favor of the `any`-test once https://github.com/twigphp/Twig/pull/4422 got released
new TwigFilter('any', self::any(...)),
];
}
Expand Down

0 comments on commit 1dfd5e9

Please sign in to comment.