Add PHPDoc for magic property 'server'

This commit is contained in:
Lukas Reschke 2015-01-14 19:32:09 +01:00
parent 01304aa27e
commit 04ae8d2ea0

View file

@ -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 {
/**