Merge "fixed php doc in ApiBase"
[lhc/web/wiklou.git] / includes / api / ApiBase.php
index be913cf..f386a8a 100644 (file)
@@ -1165,7 +1165,7 @@ abstract class ApiBase extends ContextSource {
        /**
         * Validate and normalize of parameters of type 'user'
         * @param string $value Parameter value
-        * @param string $encParamName Parameter value
+        * @param string $encParamName Parameter name
         * @return string Validated and normalized parameter
         */
        private function validateUser( $value, $encParamName ) {