Skip to content

Commit 41fb5fb

Browse files
Minor CS fix
1 parent 65e6275 commit 41fb5fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/http_foundation/introduction.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ which is almost equivalent to the more verbose, but also more flexible,
4444
array(),
4545
$_COOKIE,
4646
$_FILES,
47-
$_SERVER)
48-
;
47+
$_SERVER
48+
);
4949

5050
Accessing Request Data
5151
~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)