Skip to content

Commit 2b8e44d

Browse files
committed
bug symfony#3747 Fix Image constraint class and validator link (weaverryan)
This PR was merged into the 2.3 branch. Discussion ---------- Fix Image constraint class and validator link Just a rebase of symfony#3646... Commits ------- 2a3955b Fix Image constraint class and validator link
2 parents d611e77 + 2a3955b commit 2b8e44d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/constraints/Image.rst

+2-2
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)