[HttpFoundation] Minor spelling fix in PHPDocs

This commit is contained in:
Geert De Deckere 2014-11-01 17:17:06 +01:00 committed by Fabien Potencier
parent 97bb22c48c
commit 35791fd0af
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
*