Job::run() does not return anything

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2020-10-08 16:52:02 +02:00
parent e10cad4a71
commit 26a38c4e8a
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
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
*/