Skip to content

Commit 941d49c

Browse files
committed
Merge pull request #246 from elazar/patch-1
Corrected type in Resque_Job::$payload docblock
2 parents eb7ab0c + 570e4a9 commit 941d49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Resque/Job.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Resque_Job
1919
public $worker;
2020

2121
/**
22-
* @var object Object containing details of the job.
22+
* @var array Array containing details of the job.
2323
*/
2424
public $payload;
2525

0 commit comments

Comments
 (0)