mirror of
https://github.com/idanoo/php-resque
synced 2025-07-02 06:02:21 +00:00
1.4.5 patch - formatting + composer replace
This commit is contained in:
parent
5a94c021da
commit
19f21219f8
11 changed files with 24 additions and 16 deletions
|
@ -19,8 +19,8 @@ class Resque_Failure
|
|||
* Create a new failed job on the backend.
|
||||
*
|
||||
* @param array $payload The contents of the job that has just 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 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue