Skip to content

Commit

Permalink
fix comment to specify that is an array instead of an object in Resqu…
Browse files Browse the repository at this point in the history
…e::push
  • Loading branch information
Salimane Adjao Moustapha committed Dec 16, 2011
1 parent 458fd64 commit 7a7cfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Resque.php
Expand Up @@ -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)
{
Expand Down

0 comments on commit 7a7cfbf

Please sign in to comment.