mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix PHPDoc
This commit is contained in:
parent
2c8eaacec7
commit
e589226f58
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue