Skip to content

Commit

Permalink
Merge branch '5.0'
Browse files Browse the repository at this point in the history
* 5.0:
  Fixed an RST syntax issue
  • Loading branch information
javiereguiluz committed Jan 17, 2020
2 parents 5fea325 + b121740 commit 9ecd413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/constraints/File.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Validates that a value is a valid "file", which can be one of the following:
* A valid :class:`Symfony\\Component\\HttpFoundation\\File\\File` object
(including objects of :class:`Symfony\\Component\\HttpFoundation\\File\\UploadedFile` class).

This constraint is commonly used in forms with the :doc:`FileType <reference/forms/types/file>`
This constraint is commonly used in forms with the :doc:`FileType </reference/forms/types/file>`
form field.

.. tip::
Expand Down

0 comments on commit 9ecd413

Please sign in to comment.