Merge pull request #13388 from owncloud/type-hint-url-params
Add PHPDoc for `urlParams`
This commit is contained in:
commit
36ced1f002
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue