From 7a7cfbf2b9122e8958d2d3a881764eecee44c751 Mon Sep 17 00:00:00 2001 From: Salimane Adjao Moustapha Date: Fri, 16 Dec 2011 10:30:42 +0800 Subject: [PATCH] fix comment to specify that is an array instead of an object in Resque::push --- lib/Resque.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Resque.php b/lib/Resque.php index c5fe038f..d0be4655 100644 --- a/lib/Resque.php +++ b/lib/Resque.php @@ -60,7 +60,7 @@ public static function redis() * exist, then create it as well. * * @param string $queue The name of the queue to add the job to. - * @param object $item Job description as an object to be JSON encoded. + * @param array $item Job description as an array to be JSON encoded. */ public static function push($queue, $item) {