Skip to content

Commit f3dcc09

Browse files
committed
Add type to $queue param in size()'s docblock
1 parent 37cdec8 commit f3dcc09

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
@@ -125,7 +125,7 @@ public static function pop($queue)
125125
/**
126126
* Return the size (number of pending jobs) of the specified queue.
127127
*
128-
* @param $queue name of the queue to be checked for pending jobs
128+
* @param string $queue name of the queue to be checked for pending jobs
129129
*
130130
* @return int The size of the queue.
131131
*/

0 commit comments

Comments
 (0)