Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2a3955b

Browse filesBrowse 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
Copy full SHA for 2a3955b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎reference/constraints/Image.rst

Copy file name to clipboardExpand all lines: reference/constraints/Image.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.