From aabbbce7078c16f9db751fe77d7596719b0d77f8 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 27 Dec 2013 17:58:05 +0100 Subject: [PATCH] Update documentation for ApiQueryWatchlist::parseRCType() Change-Id: I41be0aafd86f49e4b36fa91147dc41ebdeb8779c --- includes/api/ApiQueryWatchlist.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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(); -- 2.20.1