Add PHPDoc for `urlParams`

This commit is contained in:
Lukas Reschke 2015-01-15 14:42:44 +01:00
parent 2fbe8bbcba
commit 0da08bdb2c
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ namespace OCP;
* and ->post and return an array. Otherwise the raw data will be returned. * and ->post and return an array. Otherwise the raw data will be returned.
* *
* @property-read string[] $server * @property-read string[] $server
* * @property-read string[] $urlParams
*/ */
interface IRequest { interface IRequest {