More parameter documentation
[lhc/web/wiklou.git] / includes / api / ApiQueryUsers.php
index 4dc4d41..e29394b 100644 (file)
@@ -66,6 +66,11 @@ if ( !defined( 'MEDIAWIKI' ) ) {
                return $this->tokenFunctions;
        }
 
+        /**
+         * @static
+         * @param $user User
+         * @return String
+         */
        public static function getUserrightsToken( $user ) {
                global $wgUser;
                // Since the permissions check for userrights is non-trivial,