diff options
Diffstat (limited to 'lib/private/ocs/result.php')
-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) { |