8000 Fix wrong properties class · symfony/symfony-docs@a197644 · GitHub
[go: up one dir, main page]

Skip to content

Commit a197644

Browse files
authored
Fix wrong properties class
Fix classname for query and cookies properties
1 parent 52c2ca0 commit a197644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/http_foundation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ instance (or a sub-class of), which is a data holder class:
8585

8686
* ``request``: :class:`Symfony\\Component\\HttpFoundation\\ParameterBag`;
8787

88-
* ``query``: :class:`Symfony\\Component\\HttpFoundation\\ParameterBag`;
88+
* ``query``: :class:`Symfony\\Component\\HttpFoundation\\InputBag`;
8989

90-
* ``cookies``: :class:`Symfony\\Component\\HttpFoundation\\ParameterBag`;
90+
* ``cookies``: :class:`Symfony\\Component\\HttpFoundation\\InputBag`;
9191

9292
* ``attributes``: :class:`Symfony\\Component\\HttpFoundation\\ParameterBag`;
9393

0 commit comments

Comments
 (0)
0