mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 08:15:14 +00:00
method comments updated
This commit is contained in:
parent
7523f9c845
commit
8f06294048
@ -19,10 +19,10 @@ class Resque_Failure
|
|||||||
/**
|
/**
|
||||||
* Create a new failed job on the backend.
|
* Create a new failed job on the backend.
|
||||||
*
|
*
|
||||||
* @param object $payload The contents of the job that has just failed.
|
* @param object $payload The contents of the job that has just failed.
|
||||||
* @param object $exception The exception generated when the job failed to run.
|
* @param \Exception $exception The exception generated when the job failed to run.
|
||||||
* @param object $worker Instance of Resque_Worker that was running this job when it failed.
|
* @param \Resque_Worker $worker Instance of Resque_Worker that was running this job when it failed.
|
||||||
* @param string $queue The name of the queue that this job was fetched from.
|
* @param string $queue The name of the queue that this job was fetched from.
|
||||||
*/
|
*/
|
||||||
public static function create($payload, Exception $exception, Resque_Worker $worker, $queue)
|
public static function create($payload, Exception $exception, Resque_Worker $worker, $queue)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user