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;