Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  templates: check that a Twig extension does not already exist
  • Loading branch information
xabbuh committed Aug 11, 2024
2 parents 7887318 + 319b504 commit a5a2770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ Writing a Twig Extension

`Twig Extensions`_ allow the creation of custom functions, filters, and more to use
in your Twig templates. Before writing your own Twig extension, check if
the filter/function that you need is already implemented in:
the filter/function that you need is not already implemented in:

* The `default Twig filters and functions`_;
* The :doc:`Twig filters and functions added by Symfony </reference/twig_reference>`;
Expand Down

0 comments on commit a5a2770

Please sign in to comment.