Merge pull request #13388 from owncloud/type-hint-url-params

Add PHPDoc for `urlParams`
This commit is contained in:
Morris Jobke 2015-01-15 16:00:48 +01:00
commit 36ced1f002
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.
*
* @property-read string[] $server
*
* @property-read string[] $urlParams
*/
interface IRequest {