Problem/Motivation
Getting following warning.
FILE: /var/www/html/modules/contrib/session_inspector/README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
72 | WARNING | Line exceeds 80 characters; contains 81 characters
----------------------------------------------------------------------
Time: 3.06 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/session_inspector/
Proposed resolution
Above warning need to be fixed.
Comments
Comment #2
samitk commentedAbove warning has been fixed.
Comment #3
mahima_mathur23 commentedComment #4
philipnorton42 commentedComment #6
philipnorton42 commentedAll sorted and released into version 1.0.3.
Thanks for reporting and fixing :)
Comment #7
philipnorton42 commented