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 dac0f62 commit f47e911Copy full SHA for f47e911
components/security/authorization.rst
@@ -158,10 +158,11 @@ role::
158
$roleHierarchyVoter = new RoleHierarchyVoter($roleHierarchy);
159
160
ExpressionVoter
161
-~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~
162
+
163
The :class:`Symfony\\Component\\Security\\Core\\Authorization\\Voter\\ExpressionVoter`
164
supports :class:`Symfony\\Component\\ExpressionLanguage\\Expression` attributes
-and grants access based on the evaluation of expression (See :doc:`/security/expressions` )
165
+and grants access based on the evaluation of expression (see :doc:`/security/expressions` )
166
167
.. code-block:: php
168
0 commit comments