File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ things:
19191. 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)
You can’t perform that action at this time.
0 commit comments