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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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 |
|
|
|
*/ |
|
|
|
|