mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Minor typo on HTTPRequest.php
This commit is contained in:
parent
4250198403
commit
77f2c81e3d
@ -68,7 +68,7 @@ class SS_HTTPRequest implements ArrayAccess {
|
|||||||
protected $body;
|
protected $body;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array $allParams Contains an assiciative array of all
|
* @var array $allParams Contains an associative array of all
|
||||||
* arguments matched in all calls to {@link RequestHandler->handleRequest()}.
|
* arguments matched in all calls to {@link RequestHandler->handleRequest()}.
|
||||||
* It's a "historical record" that's specific to the current call of
|
* It's a "historical record" that's specific to the current call of
|
||||||
* {@link handleRequest()}, and is only complete once the "last call" to that method is made.
|
* {@link handleRequest()}, and is only complete once the "last call" to that method is made.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user