Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc77835c

Browse files
committed
Merge branch '2.4'
Conflicts:cookbook/security/firewall_restriction.rst
2 parents1934720 +1172b7d commitc77835c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

‎cookbook/security/firewall_restriction.rst

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp