summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-01-15 14:42:44 +0100
committerLukas Reschke <lukas@owncloud.com>2015-01-15 14:42:44 +0100
commit0da08bdb2cf70577365689ef43a0a7b5be04fdc3 (patch)
tree6e4426e75680c2ea2a1fc44f1ed4cda05daf3cd8
parent2fbe8bbcba2e6387669f0028cb5a3d314336efe4 (diff)
downloadnextcloud-server-0da08bdb2cf70577365689ef43a0a7b5be04fdc3.tar.gz
nextcloud-server-0da08bdb2cf70577365689ef43a0a7b5be04fdc3.zip
Add PHPDoc for `urlParams`
-rw-r--r--lib/public/irequest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/irequest.php b/lib/public/irequest.php
index a2b89e09f52..988b3aebd7b 100644
--- a/lib/public/irequest.php
+++ b/lib/public/irequest.php
@@ -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 {