Problem/Motivation
Doc comment short description must be on a single line, further text should be a separate paragraph
Steps to reproduce
Run the command:
phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml city_zymphonies_theme/
Proposed resolution
Fix the following coding standards issues and upload the patch or create an MR with fixes.
FILE: C:\xampp\htdocs\drupal_9\web\themes\city_zymphonies_theme\city_zymphonies_theme.theme
-------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------
105 | ERROR | Doc comment short description must be on a single line, further text should be a separate paragraph
-------------------------------------------------------------------------------------------------------------------
FILE: C:\xampp\htdocs\drupal_9\web\themes\city_zymphonies_theme\includes\smartmenus\sm-core-css.css
---------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
---------------------------------------------------------------------------------------------------
69 | ERROR | Style definitions must end with a semicolon
75 | ERROR | Style definitions must end with a semicolon
112 | ERROR | Style definitions must end with a semicolon
---------------------------------------------------------------------------------------------------