From e589226f58698dec4fdb95a555bd9c15e96faba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu> Date: Thu, 13 Aug 2015 10:39:52 +0200 Subject: [PATCH] fix PHPDoc --- lib/private/ocs/result.php | 1 + 1 file changed, 1 insertion(+) 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) { -- GitLab