mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Merge pull request #246 from elazar/patch-1
Corrected type in Resque_Job::$payload docblock
This commit is contained in:
commit
941d49c659
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class Resque_Job
|
|||
public $worker;
|
||||
|
||||
/**
|
||||
* @var object Object containing details of the job.
|
||||
* @var array Array containing details of the job.
|
||||
*/
|
||||
public $payload;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue