php-resque/lib/Resque
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
..
Failure Remove silly copyright line in docblock comments, update email address, remove copyright year because it is boring to maintain 2012-10-13 17:55:41 +11:00
Job add beforeEnqueue hook that allows the enqueue to be cancelled 2015-02-02 12:29:24 -08:00
Event.php Remove silly copyright line in docblock comments, update email address, remove copyright year because it is boring to maintain 2012-10-13 17:55:41 +11:00
Exception.php Remove silly copyright line in docblock comments, update email address, remove copyright year because it is boring to maintain 2012-10-13 17:55:41 +11:00
Failure.php make better use of composer across php-resque 2013-01-12 22:40:26 +11:00
Job.php Corrected type in Resque_Job::$payload docblock 2015-05-12 15:07:20 -05:00
Log.php Added basic logging class for a fallback 2013-06-25 12:01:50 -07:00
Redis.php Resolves chrisboulton/php-resque#145 2015-03-11 23:41:12 +01:00
Stat.php Remove silly copyright line in docblock comments, update email address, remove copyright year because it is boring to maintain 2012-10-13 17:55:41 +11:00
Worker.php Constructor on top with default logger 2013-12-20 12:24:24 +01:00