From: umherirrender Date: Fri, 5 Apr 2013 13:47:36 +0000 (+0200) Subject: fixed php doc in ApiBase X-Git-Tag: 1.31.0-rc.0~20086^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=c9d5aa1890b3a1b563b2538891be9f08913064dd;p=lhc%2Fweb%2Fwiklou.git fixed php doc in ApiBase Change-Id: I9c893de8c067be3e926f5de5f0b87ac47b81772d --- diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index be913cf281..f386a8a7b1 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -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 ) {