This commit is contained in:
Thomas Müller 2013-08-21 00:58:33 +02:00
parent ba029ef4b2
commit e39083c36f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ interface IRequest {
/**
* Returns all params that were received, be it from the request
* (as GET or POST) or throuh the URL by the route
* (as GET or POST) or through the URL by the route
* @return array the array with all parameters
*/
public function getParams();