Problem/Motivation
FILE: /var/www/html/vb/d_cont/eck_site_settings/src/EckEntityFormAlter.php
--------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------
33 | ERROR | Type hint "array" missing for $form
--------------------------------------------------------------------------
FILE: ...r/www/html/vb/d_cont/eck_site_settings/src/SettingsRepositoryInterface.php
--------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 1 LINE
--------------------------------------------------------------------------------
63 | ERROR | [ ] Parameter tags must be defined first in a doc comment
63 | ERROR | [x] Expected "classstringT" but found "class-string" for
| | parameter type
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------
Time: 231ms; Memory: 12MB
Steps to reproduce
Execute the command: phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig eck_site_settings/
Proposed resolution
Fix the issues reported by phpcs for Drupal and DrupalPractice coding standards
Remaining tasks
Patch Review