diff --git a/lib/Resque/Job.php b/lib/Resque/Job.php index 344c6c14..07df07c7 100755 --- a/lib/Resque/Job.php +++ b/lib/Resque/Job.php @@ -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;