diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-01-15 16:00:48 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-01-15 16:00:48 +0100 |
commit | 36ced1f0020593470292e240bb6a0ef5716167f4 (patch) | |
tree | 9d74c07275460a0c9f7ab510547560af1334280b /lib | |
parent | 3ce71b73c85269774259384ffa661efe99ec1f02 (diff) | |
parent | 0da08bdb2cf70577365689ef43a0a7b5be04fdc3 (diff) | |
download | nextcloud-server-36ced1f0020593470292e240bb6a0ef5716167f4.tar.gz nextcloud-server-36ced1f0020593470292e240bb6a0ef5716167f4.zip |
Merge pull request #13388 from owncloud/type-hint-url-params
Add PHPDoc for `urlParams`
Diffstat (limited to 'lib')
-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 { |