Skip to content

Commit c9cb42a

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: minor
2 parents 937c280 + d4e3b11 commit c9cb42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ Symfony provides an attribute called ``#[MapUploadedFile]`` to map one or more
636636
}
637637
}
638638

639-
In this example, the associated :doc:`argument resolver <controller/value_resolver>`
639+
In this example, the associated :doc:`argument resolver </controller/value_resolver>`
640640
fetches the ``UploadedFile`` based on the argument name (``$picture``). If no file
641641
is submitted, an ``HttpException`` is thrown. You can change this by making the
642642
controller argument nullable:

0 commit comments

Comments
 (0)