Skip to content

Commit c77835c

Browse files
committed
Merge branch '2.4'
Conflicts: cookbook/security/firewall_restriction.rst
2 parents 1934720 + 1172b7d commit c77835c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

cookbook/security/firewall_restriction.rst

+1-1
Original file line numberDiff line numberDiff 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
6969
the URL does not match this pattern, the firewall will not be activated and subsequent
7070
firewalls will have the opportunity to be matched for this request.
7171

cookbook/security/index.rst

+1
Original file line numberDiff line numberDiff 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

reference/constraints/Image.rst

+2-2
Original file line numberDiff line numberDiff 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

5050
Basic Usage

0 commit comments

Comments
 (0)