Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0772b75

Browse filesBrowse files
committed
Reword
1 parent 4dd7073 commit 0772b75
Copy full SHA for 0772b75

File tree

1 file changed

+8
-9
lines changed
Filter options

1 file changed

+8
-9
lines changed

‎controller.rst

Copy file name to clipboardExpand all lines: controller.rst
+8-9Lines changed: 8 additions & 9 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.