Skip to content
Snippets Groups Projects
Commit e589226f authored by Thomas Müller's avatar Thomas Müller
Browse files

fix PHPDoc

parent 2c8eaace
No related branches found
No related tags found
Loading
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment