Skip to content

Commit

Permalink
Fix Image constraint class and validator link
Browse files Browse the repository at this point in the history
Change Image constraint links from File and FileValidator to Image and ImageValidator.
  • Loading branch information
jbafford authored and weaverryan committed Apr 2, 2014
1 parent d611e77 commit 2a3955b
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 2a3955b

Please sign in to comment.