diff options
Diffstat (limited to 'lib/private/backgroundjob.php')
-rw-r--r-- | lib/private/backgroundjob.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/backgroundjob.php b/lib/private/backgroundjob.php index aa740a89532..afc3c270405 100644 --- a/lib/private/backgroundjob.php +++ b/lib/private/backgroundjob.php @@ -38,7 +38,7 @@ class OC_BackgroundJob{ /** * @brief sets the background jobs execution type * @param string $type execution type - * @return boolean|null + * @return false|null * * This method sets the execution type of the background jobs. Possible types * are "none", "ajax", "webcron", "cron" |