Problem/Motivation
Getting following error/warnings
FILE: /var/www/html/modules/contrib/themed_fast_404/README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 5 WARNINGS AFFECTING 5 LINES
----------------------------------------------------------------------
25 | WARNING | Line exceeds 80 characters; contains 82 characters
38 | WARNING | Line exceeds 80 characters; contains 164 characters
39 | WARNING | Line exceeds 80 characters; contains 85 characters
43 | WARNING | Line exceeds 80 characters; contains 85 characters
44 | WARNING | Line exceeds 80 characters; contains 98 characters
----------------------------------------------------------------------
FILE: /var/www/html/modules/contrib/themed_fast_404/themed_fast_404.routing.yml
------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------
17 | WARNING | Open page callback found, please add a comment before the line why there is no access restriction
------------------------------------------------------------------------------------------------------------------
Time: 1.3 secs; Memory: 6MB
Steps to reproduce
Run following command
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml modules/contrib/themed_fast_404/
Proposed resolution
Above error/warnings need to be fixed.