We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8440cf4 + c325912 commit 95596ceCopy full SHA for 95596ce
doc/deprecated.rst
@@ -455,7 +455,7 @@ Operators
455
as of Twig 3.21, use ``Twig\Extension\ExtensionInterface::getExpressionParsers()``
456
instead:
457
458
- Before:
+ Before::
459
460
public function getOperators(): array {
461
return [
@@ -466,7 +466,7 @@ Operators
466
];
467
}
468
469
- After:
+ After::
470
471
public function getExpressionParsers(): array {
472
0 commit comments