We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4de983e + c9cb42a commit 54ca676Copy full SHA for 54ca676
controller.rst
@@ -636,7 +636,7 @@ Symfony provides an attribute called ``#[MapUploadedFile]`` to map one or more
636
}
637
638
639
-In this example, the associated :doc:`argument resolver <controller/value_resolver>`
+In this example, the associated :doc:`argument resolver </controller/value_resolver>`
640
fetches the ``UploadedFile`` based on the argument name (``$picture``). If no file
641
is submitted, an ``HttpException`` is thrown. You can change this by making the
642
controller argument nullable:
0 commit comments