Merge pull request #13367 from owncloud/type-hint-server-method-from-request
Add PHPDoc for magic property 'server'
This commit is contained in:
commit
34d6a1596c
1 changed files with 3 additions and 1 deletions
|
@ -51,8 +51,10 @@ namespace OCP;
|
|||
* - When accessing ->patch and the Content-Type is either application/json
|
||||
* or application/x-www-form-urlencoded (most cases) it will act like ->get
|
||||
* and ->post and return an array. Otherwise the raw data will be returned.
|
||||
*
|
||||
* @property-read string[] $server
|
||||
*
|
||||
*/
|
||||
|
||||
interface IRequest {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue