mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-20 14:36:57 +00:00
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:
+2
-2
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user