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

Job::run() does not return anything
This commit is contained in:
Roeland Jago Douma 2020-10-08 19:42:12 +02:00 committed by GitHub
commit 4d2055a3a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View 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
*/