Skip to content

Commit 1d05e44

Browse files
committed
Fixed code examples in components/http_foundation
1 parent df3f59e commit 1d05e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The HttpFoundation Component
99
specification.
1010

1111
In PHP, the request is represented by some global variables (``$_GET``,
12-
``$_POST``, ``$_FILE``, ``$_COOKIE``, ``$_SESSION``...) and the response is
12+
``$_POST``, ``$_FILE``, ``$_COOKIE``, ``$_SESSION``, ...) and the response is
1313
generated by some functions (``echo``, ``header``, ``setcookie``, ...).
1414

1515
The Symfony2 HttpFoundation component replaces these default PHP global

0 commit comments

Comments
 (0)