Skip to content

Commit

Permalink
bug #3747 Fix Image constraint class and validator link (weaverryan)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Fix Image constraint class and validator link

Just a rebase of #3646...

Commits
-------

2a3955b Fix Image constraint class and validator link
  • Loading branch information
weaverryan committed Apr 2, 2014
2 parents d611e77 + 2a3955b commit 2b8e44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/constraints/Image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ the documentation on this constraint.
| | - `minHeightMessage`_ |
| | - 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 2b8e44d

Please sign in to comment.