We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458fd64 commit 7a7cfbfCopy full SHA for 7a7cfbf
lib/Resque.php
@@ -60,7 +60,7 @@ public static function redis()
60
* exist, then create it as well.
61
*
62
* @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.
+ * @param array $item Job description as an array to be JSON encoded.
64
*/
65
public static function push($queue, $item)
66
{
0 commit comments