Skip to content

Commit 4c2629f

Browse files
committed
minor #19220 Added missing backtick character (Oussama-Tn)
This PR was merged into the 5.4 branch. Discussion ---------- Added missing backtick character <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 374c12f Added missing backtick character
2 parents cc496e0 + 374c12f commit 4c2629f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ method::
220220
}
221221

222222
You can also make attributes usable on methods. To do so, update the previous
223-
example and add ``Attribute::TARGET_METHOD`::
223+
example and add ``Attribute::TARGET_METHOD``::
224224

225225
// src/Attribute/SensitiveElement.php
226226
namespace App\Attribute;

0 commit comments

Comments
 (0)