Fix deprecated of ApiQuery::setGeneratorContinue
authorumherirrender <umherirrender_de.wp@web.de>
Wed, 23 Jul 2014 21:36:10 +0000 (23:36 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Wed, 23 Jul 2014 21:36:10 +0000 (23:36 +0200)
No @ before the since

Change-Id: I849b9f950069fe248a6cd86afb1e1beda271f235

includes/api/ApiQuery.php

index f4b28fa..f955ea6 100644 (file)
@@ -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