X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiAuthManagerHelper.php;h=9a3f75eb4d9d95de3f27821b8b99275976f5890c;hb=9283760f340c6971d748fb574a35453fa7928807;hp=2f66277ec40eb4ef18591e7fecb7f6811742b303;hpb=7621b57d958d0753236221227cbfb519d7faf192;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiAuthManagerHelper.php b/includes/api/ApiAuthManagerHelper.php index 2f66277ec4..9a3f75eb4d 100644 --- a/includes/api/ApiAuthManagerHelper.php +++ b/includes/api/ApiAuthManagerHelper.php @@ -306,9 +306,10 @@ class ApiAuthManagerHelper { /** * Clean up a field array for output - * @param ApiBase $module For context and parameters 'mergerequestfields' - * and 'messageformat' * @param array $fields + * @codingStandardsIgnoreStart + * @phan-param array{type:string,options:array,value:string,label:Message,help:Message,optional:bool,sensitive:bool,skippable:bool} $fields + * @codingStandardsIgnoreEnd * @return array */ private function formatFields( array $fields ) {