Skip to content

Commit d4e3b11

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: minor
2 parents d7c300c + e25fe48 commit d4e3b11

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
@@ -648,7 +648,7 @@ Symfony provides an attribute called ``#[MapUploadedFile]`` to map one or more
648648
}
649649
}
650650

651-
In this example, the associated :doc:`argument resolver <controller/value_resolver>`
651+
In this example, the associated :doc:`argument resolver </controller/value_resolver>`
652652
fetches the ``UploadedFile`` based on the argument name (``$picture``). If no file
653653
is submitted, an ``HttpException`` is thrown. You can change this by making the
654654
controller argument nullable:

0 commit comments

Comments
 (0)