From f3dcc092d46d599186c9e04003de9e2d218e913c Mon Sep 17 00:00:00 2001 From: Aaron Bonner Date: Wed, 29 May 2013 15:57:39 +0100 Subject: [PATCH] Add type to $queue param in size()'s docblock --- lib/Resque.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Resque.php b/lib/Resque.php index a463bea..2488d5e 100644 --- a/lib/Resque.php +++ b/lib/Resque.php @@ -125,7 +125,7 @@ class Resque /** * 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. */