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 937c280 + d4e3b11 commit c9cb42aCopy full SHA for c9cb42a
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