Update documentation for ApiQueryWatchlist::parseRCType()
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 27 Dec 2013 16:58:05 +0000 (17:58 +0100)
committerSiebrand <siebrand@wikimedia.org>
Fri, 27 Dec 2013 17:06:06 +0000 (17:06 +0000)
Change-Id: I41be0aafd86f49e4b36fa91147dc41ebdeb8779c

includes/api/ApiQueryWatchlist.php

index f9af75a..f8e521f 100644 (file)
@@ -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();