We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8059ece commit ccdeed2Copy full SHA for ccdeed2
controller.rst
@@ -443,9 +443,8 @@ HTTP status to return if the validation fails::
443
444
The default status code returned if the validation fails is 404.
445
446
-If you want to map your object to a nested array in your query with a specific key,
447
-you can use the ``key`` option in your :class:`Symfony\\Component\\HttpKernel\\Attribute\\MapQueryString`
448
-attribute::
+If you want to map your object to a nested array in your query using a specific key,
+set the ``key`` option in the ``#[MapQueryString]`` attribute::
449
450
use App\Model\SearchDto;
451
use Symfony\Component\HttpFoundation\Response;
0 commit comments