diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-08-13 10:39:52 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-21 11:54:46 +0200 |
commit | e589226f58698dec4fdb95a555bd9c15e96faba5 (patch) | |
tree | c52c4fc4accff3c7649574cba9d851fe4b4ad1b3 /lib | |
parent | 2c8eaacec79169f141105a42facdd04cf48e1087 (diff) | |
download | nextcloud-server-e589226f58698dec4fdb95a555bd9c15e96faba5.tar.gz nextcloud-server-e589226f58698dec4fdb95a555bd9c15e96faba5.zip |
fix PHPDoc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/ocs/result.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/ocs/result.php b/lib/private/ocs/result.php index 78c0b3bdd6e..e8ef253ee65 100644 --- a/lib/private/ocs/result.php +++ b/lib/private/ocs/result.php @@ -50,6 +50,7 @@ class OC_OCS_Result{ * @param mixed $data the data to return * @param int $code * @param null|string $message + * @param array $headers */ public function __construct($data = null, $code = 100, $message = null, $headers = []) { if ($data === null) { |