From c32591272496049610b774fdbf23512cfd4a9ac5 Mon Sep 17 00:00:00 2001 From: Bertrand Zuchuat Date: Fri, 14 Mar 2025 21:10:34 +0100 Subject: [PATCH] fix: deprecated documentation Co-authored-by: Bertrand Zuchuat --- doc/deprecated.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/deprecated.rst b/doc/deprecated.rst index 98719267b..3348c59cb 100644 --- a/doc/deprecated.rst +++ b/doc/deprecated.rst @@ -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 [