From: Siebrand Mazeland Date: Fri, 27 Dec 2013 16:58:05 +0000 (+0100) Subject: Update documentation for ApiQueryWatchlist::parseRCType() X-Git-Tag: 1.31.0-rc.0~17467^2 X-Git-Url: http://git.cyclocoop.org/%22.%20%20%20generer_url_action%28%22logout%22%2C%22logout=prive%22%29%20.%20%20%20%22?a=commitdiff_plain;h=aabbbce7078c16f9db751fe77d7596719b0d77f8;p=lhc%2Fweb%2Fwiklou.git Update documentation for ApiQueryWatchlist::parseRCType() Change-Id: I41be0aafd86f49e4b36fa91147dc41ebdeb8779c --- diff --git a/includes/api/ApiQueryWatchlist.php b/includes/api/ApiQueryWatchlist.php index f9af75ae0d..f8e521f356 100644 --- a/includes/api/ApiQueryWatchlist.php +++ b/includes/api/ApiQueryWatchlist.php @@ -360,7 +360,11 @@ class ApiQueryWatchlist extends ApiQueryGeneratorBase { return $vals; } - /* Copied from ApiQueryRecentChanges. */ + /** Copied from ApiQueryRecentChanges. + * + * @param string $type + * @return string + */ private function parseRCType( $type ) { if ( is_array( $type ) ) { $retval = array();