From 969ba97fc48192a21a1241508f2e19894f971a37 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Fri, 25 Apr 2025 17:40:43 +0200 Subject: [PATCH] [Validator] Fix minor syntax issue --- reference/constraints/Twig.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/constraints/Twig.rst b/reference/constraints/Twig.rst index 8435c191855..e38b4507d7a 100644 --- a/reference/constraints/Twig.rst +++ b/reference/constraints/Twig.rst @@ -24,7 +24,7 @@ Basic Usage ----------- Apply the ``Twig`` constraint to validate the contents of any property or the -returned value of any method: +returned value of any method:: use Symfony\Bridge\Twig\Validator\Constraints\Twig;