Skip to content

Commit e559f23

Browse files
committed
Remove a deprecated directive
1 parent 1538c7a commit e559f23

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/http_foundation.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,6 @@ doesn't support returning arrays, so you need to use the following code::
178178
$request->query->all()['foo']['bar'];
179179
// returns 'baz'
180180

181-
.. deprecated:: 5.1
182-
183-
The array support in ``get()`` method was deprecated in Symfony 5.1.
184-
185181
.. _component-foundation-attributes:
186182

187183
Thanks to the public ``attributes`` property, you can store additional data

0 commit comments

Comments
 (0)