File tree 1 file changed +4
-4
lines changed
Filter options
1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ things:
19
19
1. Matching Options
20
20
-------------------
21
21
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:
26
26
27
27
* ``path ``: a regular expression (without delimiters)
28
28
* ``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