- Issue created by @arti_parmar
- Issue was unassigned.
- Status changed to Closed: won't fix
almost 2 years ago 7:57pm 3 June 2023 - 🇦🇺Australia dpi Perth, Australia
Do not post these issues in my projects.
Missing file doc comment
Run the command:
phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml gtm_barebones/
Fix the following coding standards issues and upload the patch.
FILE: C:\xampp\htdocs\drupal_9\web\modules\contrib\gtm_barebones\gtm_barebones.module
-------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 1 LINE
-------------------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
-------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------
FILE: C:\xampp\htdocs\drupal_9\web\modules\contrib\gtm_barebones\README.md
--------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
--------------------------------------------------------------------------
9 | WARNING | Line exceeds 80 characters; contains 90 characters
14 | WARNING | Line exceeds 80 characters; contains 90 characters
--------------------------------------------------------------------------
FILE: C:\xampp\htdocs\drupal_9\web\modules\contrib\gtm_barebones\src\Hooks\GtmBarebonesHooks.php
------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
101 | ERROR | [x] Missing function doc comment
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------
Closed: won't fix
1.0
Code
Do not post these issues in my projects.