Skip to content
Snippets Groups Projects
Commit 04ae8d2e authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Add PHPDoc for magic property 'server'

parent 01304aa2
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment