minor #4615 fix: deprecated documentation (Garfield-fr)

This PR was merged into the 3.x branch.

Discussion
----------

fix: deprecated documentation

Commits
-------

c325912724 fix: deprecated documentation
This commit is contained in:
Fabien Potencier
2025-03-14 13:18:50 -07:00
+2 -2
View File
@@ -455,7 +455,7 @@ Operators
as of Twig 3.21, use ``Twig\Extension\ExtensionInterface::getExpressionParsers()``
instead:
Before:
Before::
public function getOperators(): array {
return [
@@ -466,7 +466,7 @@ Operators
];
}
After:
After::
public function getExpressionParsers(): array {
return [