]> source.dussan.org Git - nextcloud-server.git/commitdiff
Job::run() does not return anything 23292/head
authorMorris Jobke <hey@morrisjobke.de>
Thu, 8 Oct 2020 14:52:02 +0000 (16:52 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 8 Oct 2020 14:52:02 +0000 (16:52 +0200)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
lib/public/BackgroundJob/Job.php

index 5049e3e20561687ea532e0801e2f0064e4cfc8cb..83552c386d43f0deb50726c065cfc6f3ca2d41d1 100644 (file)
@@ -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
         */