Skip to content

Commit 54ca676

Browse files
committed
Merge branch '8.0' into 8.1
* 8.0: minor
2 parents 4de983e + c9cb42a commit 54ca676

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)