Skip to content

Commit 0772b75

Browse files
committed
Reword
1 parent 4dd7073 commit 0772b75

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

controller.rst

+8-9
Original file line numberDiff line numberDiff line change
@@ -367,15 +367,14 @@ attribute, arguments of your controller's action can be automatically fulfilled:
367367
// ...
368368
}
369369

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``
370+
The ``MapQueryParameter`` attribute supports the following argument types:
371+
372+
* ``\BackedEnum``
373+
* ``array``
374+
* ``bool``
375+
* ``float``
376+
* ``int``
377+
* ``string``
379378

380379
``#[MapQueryParameter]`` can take an optional argument called ``filter``. You can use the
381380
`Validate Filters`_ constants defined in PHP::

0 commit comments

Comments
 (0)