From 374c12fef1ad3758aed2fe0dc0f861fc0f5f416a Mon Sep 17 00:00:00 2001 From: Oussama GHAIEB Date: Tue, 5 Dec 2023 12:00:27 +0100 Subject: [PATCH] Added missing backtick character --- service_container/tags.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container/tags.rst b/service_container/tags.rst index c293998d85b..cb4c4d562f9 100644 --- a/service_container/tags.rst +++ b/service_container/tags.rst @@ -220,7 +220,7 @@ method:: } You can also make attributes usable on methods. To do so, update the previous -example and add ``Attribute::TARGET_METHOD`:: +example and add ``Attribute::TARGET_METHOD``:: // src/Attribute/SensitiveElement.php namespace App\Attribute;