Fix type hints in jobqueue related classes
authorUmherirrender <umherirrender_de.wp@web.de>
Fri, 5 Jul 2019 20:20:56 +0000 (22:20 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 5 Jul 2019 20:20:56 +0000 (22:20 +0200)
commitcb82a52adfd838094b5114cb51b1ee3a3c14e109
tree36002660054801644c1017f16b6c5dc004cf5a66
parente53eb5b48dc5504ae215de213b31fdf2827201a8
Fix type hints in jobqueue related classes

JobQueueGroup is giving RunnableJob on pop(), so it should take the same
type for ack() and deduplicateRootJob()
JobQueue::ack alsready accept the interface

Also change to RunnableJob in JobRunner to work with the type from the
job queue

Change-Id: I7b09586cff8affabe807ee16e80d04f5137dce45
includes/jobqueue/JobQueueGroup.php
includes/jobqueue/JobRunner.php