From ae49b5ac457b153a3b9dd958a154511b17a04514 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 12 Mar 2013 03:01:50 +0100 Subject: [PATCH] Update docs Change-Id: I65fb974f159a7b317843b44e90f8225ab1bf722d --- includes/job/Job.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/job/Job.php b/includes/job/Job.php index 0f42611f62..bcf582e793 100644 --- a/includes/job/Job.php +++ b/includes/job/Job.php @@ -111,7 +111,7 @@ abstract class Job { * runners. * * @param $type string - * @return Job + * @return Job|bool Returns false if there are no jobs * @deprecated 1.21 */ public static function pop_type( $type ) { -- 2.20.1