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
path: root/lib
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-10-08 17:52:02 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-10-08 17:52:02 +0300
commit26a38c4e8a7bac8ea18d879d8dabd23a85a0c39f (patch)
tree03f275b9afacbb299959c8924fd34982e45f05b9 /lib
parente10cad4a718422b8b9d19546cc61cb39e4c0ee26 (diff)
Job::run() does not return anything
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/public/BackgroundJob/Job.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/BackgroundJob/Job.php b/lib/public/BackgroundJob/Job.php
index 5049e3e2056..83552c386d4 100644
--- a/lib/public/BackgroundJob/Job.php
+++ b/lib/public/BackgroundJob/Job.php
@@ -138,7 +138,6 @@ abstract class Job implements IJob {
* The actual function that is called to run the job
*
* @param $argument
- * @return mixed
*
* @since 15.0.0
*/