From: Siebrand Mazeland Date: Tue, 12 Mar 2013 02:01:50 +0000 (+0100) Subject: Update docs X-Git-Tag: 1.31.0-rc.0~20383^2 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=ae49b5ac457b153a3b9dd958a154511b17a04514;p=lhc%2Fweb%2Fwiklou.git Update docs Change-Id: I65fb974f159a7b317843b44e90f8225ab1bf722d --- 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 ) {