php-resque/lib
Matthew Turland 570e4a9e55 Corrected type in Resque_Job::$payload docblock
The docblock for the $payload property in the Resque_Job class is object, which is inconsistent with the array type used for the corresponding constructor parameter. Other usage of the $payload property, such as in updateStatus(), indicate that array seems to be correct.
2015-05-12 15:07:20 -05:00
..
Resque Corrected type in Resque_Job::$payload docblock 2015-05-12 15:07:20 -05:00
Resque.php Merge pull request #212 from chrisboulton/beforeEnqueue 2015-02-04 10:56:54 -08:00