8000 Complete name change · symfony/symfony-docs@448d9f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 448d9f2

Browse files
authored
Complete name change
The name change was introduced in the 2.8 branch.
1 parent 82f28b4 commit 448d9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ exist::
156156
// returns 'baz'
157157

158158
When PHP imports the request query, it handles request parameters like
159-
``foo[bar]=bar`` in a special way as it creates an array. So you can get the
159+
``foo[bar]=baz`` in a special way as it creates an array. So you can get the
160160
``foo`` parameter and you will get back an array with a ``bar`` element::
161161

162162
// the query string is '?foo[bar]=baz'

0 commit comments

Comments
 (0)
0