summaryrefslogtreecommitdiffstats
path: root/lib/private/backgroundjob.php
diff options
context:
space:
mode:
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"