From 04ae8d2ea070b5e728f62030d3e3f6ecaf8f2e85 Mon Sep 17 00:00:00 2001 From: Lukas Reschke <lukas@owncloud.com> Date: Wed, 14 Jan 2015 19:32:09 +0100 Subject: [PATCH] Add PHPDoc for magic property 'server' --- lib/public/irequest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/public/irequest.php b/lib/public/irequest.php index d77a9bc887..a2b89e09f5 100644 --- a/lib/public/irequest.php +++ b/lib/public/irequest.php @@ -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 { /** -- GitLab