Skip to content

Commit

Permalink
Merge branch '7.1' into 7.2
Browse files Browse the repository at this point in the history
* 7.1:
  templates: check that a Twig extension does not already exist
  • Loading branch information
xabbuh committed Aug 11, 2024
2 parents f6fcb47 + 13f8bcd commit f1c7127
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 @@ -1494,7 +1494,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 f1c7127

Please sign in to comment.