Problem/Motivation
phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,info,txt,md,yml .
FILE: .../web/modules/custom/mailchimp/modules/mailchimp_lists/src/Form/MailchimpListsWebhookSettingsForm.php
--------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------
131 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 7
--------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------
FILE: .../web/modules/custom/mailchimp/modules/mailchimp_lists/mailchimp_lists.module
--------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------------------------
260 | ERROR | Type hint "array" missing for $choices
380 | ERROR | Type hint "array" missing for $merge_fields
--------------------------------------------------------------------------------------------------------------
FILE: .../web/modules/custom/mailchimp/mailchimp.module
--------------------------------------------------------------------------------
FOUND 2 ERRORS AND 2 WARNINGS AFFECTING 4 LINES
--------------------------------------------------------------------------------
773 | ERROR | Type hint "array" missing for $options
813 | ERROR | Type hint "array" missing for $batch
1426 | WARNING | Only string literals should be passed to t() where possible
1445 | WARNING | Only string literals should be passed to t() where possible
--------------------------------------------------------------------------------
FILE: .../web/modules/custom/mailchimp/mailchimp.api.php
---------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------
85 | ERROR | Expected type hint "string"; found "array" for $choices
---------------------------------------------------------------------------------
Time: 1.2 secs; Memory: 18MB
Steps to reproduce
phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,info,txt,md,yml .
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes