*/ interface JobInterface { /** * @param Queue $queue which pushed and is handling the job */ public function execute($queue); }