We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c2a3e commit da844efCopy full SHA for da844ef
best_practices.rst
@@ -378,8 +378,8 @@ Use Voters to Implement Fine-grained Security Restrictions
378
379
If your security logic is complex, you should create custom
380
: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).
+inside the ``#[Security]`` attribute (or in the ``@Security`` annotation if your
+PHP version doesn't support attributes yet).
383
384
Web Assets
385
----------
0 commit comments