commerce_zones module have some php drupalstandard issue related to phpcs --standard=Drupal
Below error is show after phpcbf command
phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml commerce_zones/
FILE: C:\Users\admin\Desktop\commerce_zones\src\Entity\ZoneInterface.php
------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------
57 | ERROR | Missing short description in doc comment
61 | ERROR | Description for the @return value is missing
------------------------------------------------------------------------
FILE: C:\Users\admin\Desktop\commerce_zones\src\Form\ZoneForm.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
8 | ERROR | Doc comment is empty
----------------------------------------------------------------------
FILE: C:\Users\admin\Desktop\commerce_zones\src\Plugin\Commerce\Condition\BaseZoneAddress.php
---------------------------------------------------------------------------------------------
FOUND 8 ERRORS AFFECTING 7 LINES
---------------------------------------------------------------------------------------------
11 | ERROR | Doc comment is empty
23 | ERROR | Missing short description in doc comment
28 | ERROR | Doc comment is empty
85 | ERROR | Missing short description in doc comment
86 | ERROR | Missing parameter comment
86 | ERROR | Missing parameter type
87 | ERROR | Missing parameter comment
89 | ERROR | Description for the @return value is missing
---------------------------------------------------------------------------------------------
FILE: C:\Users\admin\Desktop\commerce_zones\src\ZoneHtmlRouteProvider.php
-------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------
16 | WARNING | Possible useless method overriding detected
-------------------------------------------------------------------------
Time: 529ms; Memory: 8MB
1.0
Code
It involves compliance with, or the content of coding standards. Requires broad community agreement.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.