Merge "Fix Language::parseFormattedNumber for lzh and zh-classical"
[lhc/web/wiklou.git] / includes / api / ApiQueryAllUsers.php
index 748dbaf..df8db16 100644 (file)
@@ -38,7 +38,7 @@ class ApiQueryAllUsers extends ApiQueryBase {
         * This function converts the user name to a canonical form
         * which is stored in the database.
         * @param string $name
-        * @return String
+        * @return string
         */
        private function getCanonicalUserName( $name ) {
                return str_replace( '_', ' ', $name );
@@ -438,7 +438,7 @@ class ApiQueryAllUsers extends ApiQueryBase {
        }
 
        public function getDescription() {
-               return 'Enumerate all registered users';
+               return 'Enumerate all registered users.';
        }
 
        public function getPossibleErrors() {