Skip to content

Commit f32a8cf

Browse files
MrYamousOskarStark
authored andcommitted
[Security] Update request matcher doc
1 parent ba94e0b commit f32a8cf

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)