Skip to content

Commit

Permalink
Minor CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmiller-zz committed Nov 25, 2012
1 parent 65e6275 commit 41fb5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/http_foundation/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ which is almost equivalent to the more verbose, but also more flexible,
array(),
$_COOKIE,
$_FILES,
$_SERVER)
;
$_SERVER
);

Accessing Request Data
~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 41fb5fb

Please sign in to comment.