fix comment to specify that is an array instead of an object in Resque::push

This commit is contained in:
Salimane Adjao Moustapha 2011-12-16 10:30:42 +08:00
parent 458fd6488b
commit 7a7cfbf2b9

View File

@ -60,7 +60,7 @@ class Resque
* 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)
{