method comments updated

This commit is contained in:
Chaitanya Kuber 2012-03-01 19:13:34 -06:00
parent 7523f9c845
commit 8f06294048

View File

@ -20,8 +20,8 @@ class Resque_Failure
* Create a new failed job on the backend.
*
* @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 object $worker Instance of Resque_Worker that was running this job when it failed.
* @param \Exception $exception The exception generated when the job failed to run.
* @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.
*/
public static function create($payload, Exception $exception, Resque_Worker $worker, $queue)