Worker::failJob() gives a fatal error when its first argument is an instance of JobInterface and not an array. The culprit is https://github.com/vend/php-resque/blob/master/src/Worker.php#L388.
Worker::failJob() gives a fatal error when its first argument is an instance of JobInterface and not an array. The culprit is https://github.com/vend/php-resque/blob/master/src/Worker.php#L388.