mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
Add type to $queue param in size()'s docblock
This commit is contained in:
parent
37cdec8e11
commit
f3dcc092d4
@ -125,7 +125,7 @@ class Resque
|
|||||||
/**
|
/**
|
||||||
* Return the size (number of pending jobs) of the specified queue.
|
* Return the size (number of pending jobs) of the specified queue.
|
||||||
*
|
*
|
||||||
* @param $queue name of the queue to be checked for pending jobs
|
* @param string $queue name of the queue to be checked for pending jobs
|
||||||
*
|
*
|
||||||
* @return int The size of the queue.
|
* @return int The size of the queue.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user