Skip to content

Commit

Permalink
Merge pull request chrisboulton#246 from elazar/patch-1
Browse files Browse the repository at this point in the history
Corrected type in Resque_Job::$payload docblock
  • Loading branch information
chrisboulton committed May 12, 2015
2 parents eb7ab0c + 570e4a9 commit 941d49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Resque/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 941d49c

Please sign in to comment.