8000 [WIP] re-read of http-foundation component docs by joelclermont · Pull Request #2435 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[WIP] re-read of http-foundation component docs #2435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jun 12, 2013
Merged
Prev Previous commit
Next Next commit
typo - change to
  • Loading branch information
joelclermont committed Mar 30, 2013
commit 2d25c5e5ffbb5a6d4ed36f703003c7c379ab8d13
2 changes: 1 addition & 1 deletion components/http_foundation/introduction.rst
81B6
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ can be accessed via several public properties:

* ``attributes``: no equivalent - used by your app to store other data (see :ref:`below<component-foundation-attributes>`)

* ``files``: equivalent of ``$_FILE``;
* ``files``: equivalent of ``$_FILES``;

* ``server``: equivalent of ``$_SERVER``;

Expand Down
0