diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-01-15 14:42:44 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-01-15 14:42:44 +0100 |
commit | 0da08bdb2cf70577365689ef43a0a7b5be04fdc3 (patch) | |
tree | 6e4426e75680c2ea2a1fc44f1ed4cda05daf3cd8 /lib/public | |
parent | 2fbe8bbcba2e6387669f0028cb5a3d314336efe4 (diff) | |
download | nextcloud-server-0da08bdb2cf70577365689ef43a0a7b5be04fdc3.tar.gz nextcloud-server-0da08bdb2cf70577365689ef43a0a7b5be04fdc3.zip |
Add PHPDoc for `urlParams`
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/irequest.php | 2 |
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 { |