Skip to content

Commit da844ef

Browse files
committed
Minor tweak
1 parent 83c2a3e commit da844ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

best_practices.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ Use Voters to Implement Fine-grained Security Restrictions
378378

379379
If your security logic is complex, you should create custom
380380
:doc:`security voters </security/voters>` instead of defining long expressions
381-
inside the ``Security`` attribute
382-
(or annotation if your PHP version doesn't support attributes yet).
381+
inside the ``#[Security]`` attribute (or in the ``@Security`` annotation if your
382+
PHP version doesn't support attributes yet).
383383

384384
Web Assets
385385
----------

0 commit comments

Comments
 (0)