Skip to content

Commit 8f06294

Browse files
author
Chaitanya Kuber
committed
method comments updated
1 parent 7523f9c commit 8f06294

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/Resque/Failure.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ class Resque_Failure
1919
/**
2020
* Create a new failed job on the backend.
2121
*
22-
* @param object $payload The contents of the job that has just failed.
23-
* @param object $exception The exception generated when the job failed to run.
24-
* @param object $worker Instance of Resque_Worker that was running this job when it failed.
25-
* @param string $queue The name of the queue that this job was fetched from.
22+
* @param object $payload The contents of the job that has just failed.
23+
* @param \Exception $exception The exception generated when the job failed to run.
24+
* @param \Resque_Worker $worker Instance of Resque_Worker that was running this job when it failed.
25+
* @param string $queue The name of the queue that this job was fetched from.
2626
*/
2727
public static function create($payload, Exception $exception, Resque_Worker $worker, $queue)
2828
{

0 commit comments

Comments
 (0)