Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYamous authored Dec 20, 2023
1 parent 499cce9 commit 8c68ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/access_control.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ things:
-------------------

Symfony uses :class:`Symfony\\Component\\HttpFoundation\\ChainRequestMatcher` for
each ``access_control`` entry, which determines which implementation of
:class:`Symfony\\Component\\HttpFoundation\\RequestMatcherInterface` should be used
each ``access_control`` entry, which determines which implementation of
:class:`Symfony\\Component\\HttpFoundation\\RequestMatcherInterface` should be used
on this request. The following ``access_control`` options are used for matching:

* ``path``: a regular expression (without delimiters)
Expand Down

0 comments on commit 8c68ef7

Please sign in to comment.