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 d7c300c + e25fe48 commit d4e3b11Copy full SHA for d4e3b11
controller.rst
@@ -648,7 +648,7 @@ Symfony provides an attribute called ``#[MapUploadedFile]`` to map one or more
648
}
649
650
651
-In this example, the associated :doc:`argument resolver <controller/value_resolver>`
+In this example, the associated :doc:`argument resolver </controller/value_resolver>`
652
fetches the ``UploadedFile`` based on the argument name (``$picture``). If no file
653
is submitted, an ``HttpException`` is thrown. You can change this by making the
654
controller argument nullable:
0 commit comments