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
---------------------------------------------------------------------------------------------------

Comments

arti_parmar created an issue. See original summary.

arti_parmar’s picture

Status: Active » Needs review
StatusFileSize
new127.69 KB

Kindly review this patch.

nisha_j’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new34.21 KB
new10.21 KB

Hi, patch #2 applied cleanly, the issue has been resolved.
Attached screenshot for reference.
So changing the status to RTBC.
Thankyou.

bramdriesen’s picture

Version: 1.0.1 » 3.0.1
Assigned: arti_parmar » Unassigned
Status: Reviewed & tested by the community » Needs work

This 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.