Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a3955b

Browse files
jbaffordweaverryan
authored andcommitted
Fix Image constraint class and validator link
Change Image constraint links from File and FileValidator to Image and ImageValidator.
1 parent d611e77 commit 2a3955b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/constraints/Image.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ the documentation on this constraint.
2727
| | - `minHeightMessage`_ |
2828
| | - See :doc:`File </reference/constraints/File>` for inherited options |
2929
+----------------+-----------------------------------------------------------------------+
30-
| Class | :class:`Symfony\\Component\\Validator\\Constraints\\File` |
30+
| Class | :class:`Symfony\\Component\\Validator\\Constraints\\Image` |
3131
+----------------+-----------------------------------------------------------------------+
32-
| Validator | :class:`Symfony\\Component\\Validator\\Constraints\\FileValidator` |
32+
| Validator | :class:`Symfony\\Component\\Validator\\Constraints\\ImageValidator` |
3333
+----------------+-----------------------------------------------------------------------+
3434

3535
Basic Usage

0 commit comments

Comments
 (0)