minor #12374 [HttpFoundation] Minor spelling fix in PHPDocs (GeertDD)

This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #12374).

Discussion
----------

[HttpFoundation] Minor spelling fix in PHPDocs

| Q             | A
| ------------- | ---
| Fixed tickets |
| License       | MIT

Commits
-------

35791fd [HttpFoundation] Minor spelling fix in PHPDocs
This commit is contained in:
Fabien Potencier 2014-11-02 01:01:55 +01:00
commit ef0bf427b5
1 changed files with 2 additions and 2 deletions

View File

@ -473,7 +473,7 @@ class Request
* Overrides the PHP global variables according to this request instance.
*
* It overrides $_GET, $_POST, $_REQUEST, $_SERVER, $_COOKIE.
* $_FILES is never override, see rfc1867
* $_FILES is never overridden, see rfc1867
*
* @api
*/
@ -1575,7 +1575,7 @@ class Request
/**
* Returns true if the request is a XMLHttpRequest.
*
* It works if your JavaScript library set an X-Requested-With HTTP header.
* It works if your JavaScript library sets an X-Requested-With HTTP header.
* It is known to work with common JavaScript frameworks:
* @link http://en.wikipedia.org/wiki/List_of_Ajax_frameworks#JavaScript
*