X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fapi%2FApiAuthManagerHelper.php;h=d6b9f7612fbbb543cddc8fdddf85cfa4b519a3c1;hp=3a9fb738b07d767b2855e3d5b5ae6df0c941cc83;hb=7babd362babcbf7f20adb8e12edb4f4bc1d4249f;hpb=3f15d509066141f51e2f225bd9c5c62296f38f84 diff --git a/includes/api/ApiAuthManagerHelper.php b/includes/api/ApiAuthManagerHelper.php index 3a9fb738b0..d6b9f7612f 100644 --- a/includes/api/ApiAuthManagerHelper.php +++ b/includes/api/ApiAuthManagerHelper.php @@ -229,8 +229,8 @@ class ApiAuthManagerHelper { /** * Logs successful or failed authentication. - * @param string|AuthenticationResponse $result Response or error message * @param string $event Event type (e.g. 'accountcreation') + * @param string|AuthenticationResponse $result Response or error message */ public function logAuthenticationResult( $event, $result ) { if ( is_string( $result ) ) { @@ -345,7 +345,7 @@ class ApiAuthManagerHelper { /** * Fetch the standard parameters this helper recognizes * @param string $action AuthManager action - * @param string $param... Parameters to use + * @param string $param,... Parameters to use * @return array */ public static function getStandardParams( $action, $param /* ... */ ) {