diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-01-14 19:32:09 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-01-14 19:36:22 +0100 |
commit | 04ae8d2ea070b5e728f62030d3e3f6ecaf8f2e85 (patch) | |
tree | 2ae780db3de1a70a357c95717ecc5394f00dbab5 /lib/public/irequest.php | |
parent | 01304aa27eb12beedf23b1faaee77ff6f2b283e9 (diff) | |
download | nextcloud-server-04ae8d2ea070b5e728f62030d3e3f6ecaf8f2e85.tar.gz nextcloud-server-04ae8d2ea070b5e728f62030d3e3f6ecaf8f2e85.zip |
Add PHPDoc for magic property 'server'
Diffstat (limited to 'lib/public/irequest.php')
-rw-r--r-- | lib/public/irequest.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/public/irequest.php b/lib/public/irequest.php index d77a9bc887a..a2b89e09f52 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 { /** |