Skip to content

Commit 95596ce

Browse files
committed
minor #4615 fix: deprecated documentation (Garfield-fr)
This PR was merged into the 3.x branch. Discussion ---------- fix: deprecated documentation Commits ------- c325912 fix: deprecated documentation
2 parents 8440cf4 + c325912 commit 95596ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: doc/deprecated.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ Operators
455455
as of Twig 3.21, use ``Twig\Extension\ExtensionInterface::getExpressionParsers()``
456456
instead:
457457

458-
Before:
458+
Before::
459459

460460
public function getOperators(): array {
461461
return [
@@ -466,7 +466,7 @@ Operators
466466
];
467467
}
468468

469-
After:
469+
After::
470470

471471
public function getExpressionParsers(): array {
472472
return [

0 commit comments

Comments
 (0)