Update docs

This commit is contained in:
Fabien Potencier
2024-08-23 09:25:12 +02:00
parent 34dce7cd9f
commit 7a4f6ea6ff
-3
View File
@@ -558,9 +558,6 @@ Twig supports the following optimizations:
* ``\Twig\NodeVisitor\OptimizerNodeVisitor::OPTIMIZE_FOR``, optimizes the ``for`` tag by
removing the ``loop`` variable creation whenever possible.
* ``\Twig\NodeVisitor\OptimizerNodeVisitor::OPTIMIZE_TEXT_NODES``, optimizes the text
nodes by merging consecutive text nodes into a single one.
Exceptions
----------