Skip to content

Commit

Permalink
Merge branch '4.4' into 5.0
Browse files Browse the repository at this point in the history
* 4.4:
  Fixed an RST syntax issue
  • Loading branch information
javiereguiluz committed Jan 17, 2020
2 parents d1bd12b + 0e27b2f commit b121740
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 b121740

Please sign in to comment.