From 347a0b294ec65d1f11f1fb3916719a0e08529184 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Wed, 23 Jul 2014 23:36:10 +0200 Subject: [PATCH] Fix deprecated of ApiQuery::setGeneratorContinue No @ before the since Change-Id: I849b9f950069fe248a6cd86afb1e1beda271f235 --- includes/api/ApiQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index f4b28fa50a..f955ea6f98 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -441,7 +441,7 @@ class ApiQuery extends ApiBase { * This method is called by the generator base when generator in the smart-continue * mode tries to set 'query-continue' value. ApiQuery stores those values separately * until the post-processing when it is known if the generation should continue or repeat. - * @deprecated @since 1.24 + * @deprecated since 1.24 * @param ApiQueryGeneratorBase $module Generator module * @param string $paramName * @param mixed $paramValue -- 2.20.1