Skip to content

Commit

Permalink
Merge branch '2.4'
Browse files Browse the repository at this point in the history
Conflicts:
	cookbook/security/firewall_restriction.rst
  • Loading branch information
weaverryan committed Apr 7, 2014
2 parents 1934720 + 1172b7d commit c77835c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cookbook/security/firewall_restriction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ matches the configured ``pattern``.
));
The ``pattern`` is a regular expression. In this example, the firewall will only be
activated if the URL starts (due to the ``^`` regex character) with ``/admin``. If
activated if the URL starts (due to the ``^`` regex character) with ``/admin``. If
the URL does not match this pattern, the firewall will not be activated and subsequent
firewalls will have the opportunity to be matched for this request.

Expand Down
1 change: 1 addition & 0 deletions cookbook/security/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Security
acl
acl_advanced
force_https
firewall_restriction
host_restriction
firewall_restriction
form_login
Expand Down
4 changes: 2 additions & 2 deletions reference/constraints/Image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ the documentation on this constraint.
| | - `allowPortraitMessage`_ |
| | - See :doc:`File </reference/constraints/File>` for inherited options |
+----------------+-----------------------------------------------------------------------+
| Class | :class:`Symfony\\Component\\Validator\\Constraints\\File` |
| Class | :class:`Symfony\\Component\\Validator\\Constraints\\Image` |
+----------------+-----------------------------------------------------------------------+
| Validator | :class:`Symfony\\Component\\Validator\\Constraints\\FileValidator` |
| Validator | :class:`Symfony\\Component\\Validator\\Constraints\\ImageValidator` |
+----------------+-----------------------------------------------------------------------+

Basic Usage
Expand Down

0 comments on commit c77835c

Please sign in to comment.