Skip to content

Commit

Permalink
[HttpFoundation] ParameterBag::get() $deep param
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliboy50 committed Mar 6, 2016
1 parent 8e59931 commit f82b32e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/http_foundation/introduction.rst
Expand Up @@ -164,8 +164,8 @@ When PHP imports the request query, it handles request parameters like
$request->query->get('foo');
// returns array('bar' => 'bar')

$request->query->get('foo[bar]');
// returns null
$request->query->get('foo')['bar'];
// returns 'bar'

.. _component-foundation-attributes:

Expand Down

0 comments on commit f82b32e

Please sign in to comment.