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
---------------------------------------------------------------------------------------------------
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | After patch.png | 10.21 KB | nisha_j |
| #3 | Before patch.png | 34.21 KB | nisha_j |
| #2 | doc-comment-short-description-must-be-on-a-single-line-3364595-2.patch | 127.69 KB | arti_parmar |
Comments
Comment #2
arti_parmar commentedKindly review this patch.
Comment #3
nisha_j commentedHi, patch #2 applied cleanly, the issue has been resolved.
Attached screenshot for reference.
So changing the status to RTBC.
Thankyou.
Comment #4
bramdriesenThis patch is changing a lot more as only the PHPCS remark the issue title suggests.
Given there is a 3.0.x version, this might not even apply anymore.