diff options
Diffstat (limited to 'includes/api/ApiAuthManagerHelper.php')
-rw-r--r-- | includes/api/ApiAuthManagerHelper.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/api/ApiAuthManagerHelper.php b/includes/api/ApiAuthManagerHelper.php index 61d298a8d884..af5511291220 100644 --- a/includes/api/ApiAuthManagerHelper.php +++ b/includes/api/ApiAuthManagerHelper.php @@ -317,9 +317,8 @@ class ApiAuthManagerHelper { /** * Clean up a field array for output * @param array $fields - * @codingStandardsIgnoreStart + * @phpcs:ignore Generic.Files.LineLength * @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 ) { |