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:
commit
4d2055a3a2
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue