Skip to content

Commit c04a3b3

Browse files
committed
minor #19322 [Security] Update request matcher doc (MrYamous)
This PR was squashed before being merged into the 7.0 branch. Discussion ---------- [Security] Update request matcher doc RequestMatcher class has been removed in 7.0 cf [code PR](symfony/symfony#47595) Changing link and rewording according to new behaviour Commits ------- f32a8cf [Security] Update request matcher doc
2 parents ba94e0b + f32a8cf commit c04a3b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

security/access_control.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ things:
1919
1. Matching Options
2020
-------------------
2121

22-
Symfony creates an instance of :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher`
23-
for each ``access_control`` entry, which determines whether or not a given
24-
access control should be used on this request. The following ``access_control``
25-
options are used for matching:
22+
Symfony uses :class:`Symfony\\Component\\HttpFoundation\\ChainRequestMatcher` for
23+
each ``access_control`` entry, which determines which implementation of
24+
:class:`Symfony\\Component\\HttpFoundation\\RequestMatcherInterface` should be used
25+
on this request. The following ``access_control`` options are used for matching:
2626

2727
* ``path``: a regular expression (without delimiters)
2828
* ``ip`` or ``ips``: netmasks are also supported (can be a comma-separated string)

0 commit comments

Comments
 (0)