mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Merge pull request #111 from ajbonner/docfix
Add type to $queue param in size()'s docblock
This commit is contained in:
commit
8346fb825f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue