Skip to content

Commit 7a7cfbf

Browse files
author
Salimane Adjao Moustapha
committed
fix comment to specify that is an array instead of an object in Resque::push
1 parent 458fd64 commit 7a7cfbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Resque.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static function redis()
6060
* exist, then create it as well.
6161
*
6262
* @param string $queue The name of the queue to add the job to.
63-
* @param object $item Job description as an object to be JSON encoded.
63+
* @param array $item Job description as an array to be JSON encoded.
6464
*/
6565
public static function push($queue, $item)
6666
{

0 commit comments

Comments
 (0)