Browse Source

Merge pull request #23292 from nextcloud/enh/noid/job-run-does-not-return-anything

Job::run() does not return anything
pull/23287/head
Roeland Jago Douma 6 years ago
committed by GitHub
parent
commit
4d2055a3a2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lib/public/BackgroundJob/Job.php

1
lib/public/BackgroundJob/Job.php

@ -138,7 +138,6 @@ abstract class Job implements IJob {
* The actual function that is called to run the job * The actual function that is called to run the job
* *
* @param $argument * @param $argument
* @return mixed
* *
* @since 15.0.0 * @since 15.0.0
*/ */

Loading…
Cancel
Save