Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-02-06 19:30:58 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-02-06 20:02:21 +0400
commit2a6a9a8cefcf68f48d95e124db0c1b7edc9fe356 (patch)
tree66d682a22c3d12d1838822fc52cdd48fa765f5df /lib/private/backgroundjob.php
parent0d94da7e9ef9550c8ae0244b203ca84e5ee007b0 (diff)
polish documentation based on scrutinizer patches
Diffstat (limited to 'lib/private/backgroundjob.php')
-rw-r--r--lib/private/backgroundjob.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/backgroundjob.php b/lib/private/backgroundjob.php
index 9619dcb732c..aa740a89532 100644
--- a/lib/private/backgroundjob.php
+++ b/lib/private/backgroundjob.php
@@ -37,8 +37,8 @@ class OC_BackgroundJob{
/**
* @brief sets the background jobs execution type
- * @param $type execution type
- * @return boolean
+ * @param string $type execution type
+ * @return boolean|null
*
* This method sets the execution type of the background jobs. Possible types
* are "none", "ajax", "webcron", "cron"