fix PHPDoc

This commit is contained in:
Thomas Müller 2015-08-13 10:39:52 +02:00
parent 2c8eaacec7
commit e589226f58
1 changed files with 1 additions and 0 deletions

View File

@ -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) {