Add PHPDoc for `urlParams`
This commit is contained in:
parent
2fbe8bbcba
commit
0da08bdb2c
|
@ -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