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 4dd7073 commit 0772b75Copy full SHA for 0772b75
controller.rst
@@ -367,15 +367,14 @@ attribute, arguments of your controller's action can be automatically fulfilled:
367
// ...
368
}
369
370
-:class:`Symfony\\Component\\HttpKernel\\Attribute\\MapQueryParameter` support
371
-arguments of type:
372
-
373
-- ``string``
374
-- ``int``
375
-- ``float``
376
-- ``bool``
377
-- ``array``
378
-- ``\BackedEnum``
+The ``MapQueryParameter`` attribute supports the following argument types:
+
+* ``\BackedEnum``
+* ``array``
+* ``bool``
+* ``float``
+* ``int``
+* ``string``
379
380
``#[MapQueryParameter]`` can take an optional argument called ``filter``. You can use the
381
`Validate Filters`_ constants defined in PHP::
0 commit comments