Add PHPDoc for urlParams

This commit is contained in:
Lukas Reschke 2015-01-15 14:42:44 +01:00
parent 2fbe8bbcba
commit 0da08bdb2c

View file

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