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.
1 parent 70ae196 commit e25fe48Copy full SHA for e25fe48
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