'%$QueueHandler' ]; /** * @return QueuedJob */ public function getNextJob() { $job = $this->getNextPendingJob(); return $this->initialiseJob($job); } }