File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Top Open diff view settings Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Top Open diff view settings Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ matches the configured ``pattern``.
6565 ));
6666
6767 The ``pattern `` is a regular expression. In this example, the firewall will only be
68- activated if the URL starts (due to the ``^ `` regex character) with ``/admin ``. If
68+ activated if the URL starts (due to the ``^ `` regex character) with ``/admin ``. If
6969the URL does not match this pattern, the firewall will not be activated and subsequent
7070firewalls will have the opportunity to be matched for this request.
7171
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Security
1212 acl
1313 acl_advanced
1414 force_https
15+ firewall_restriction
1516 host_restriction
1617 firewall_restriction
1718 form_login
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ the documentation on this constraint.
4242| | - `allowPortraitMessage `_ |
4343| | - See :doc: `File </reference/constraints/File >` for inherited options |
4444+----------------+-----------------------------------------------------------------------+
45- | Class | :class: `Symfony\\ Component\\ Validator\\ Constraints\\ File ` |
45+ | Class | :class: `Symfony\\ Component\\ Validator\\ Constraints\\ Image ` |
4646+----------------+-----------------------------------------------------------------------+
47- | Validator | :class: `Symfony\\ Component\\ Validator\\ Constraints\\ FileValidator ` |
47+ | Validator | :class: `Symfony\\ Component\\ Validator\\ Constraints\\ ImageValidator ` |
4848+----------------+-----------------------------------------------------------------------+
4949
5050Basic Usage
You can’t perform that action at this time.
0 commit comments