FILE: C:\xampp\htdocs\drupal95\web\modules\contrib\sitestudio_acsf\README.md
----------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
----------------------------------------------------------------------------
10 | WARNING | Line exceeds 80 characters; contains 157 characters
12 | WARNING | Line exceeds 80 characters; contains 102 characters
18 | WARNING | Line exceeds 80 characters; contains 120 characters
----------------------------------------------------------------------------
FILE: C:\xampp\htdocs\drupal95\web\modules\contrib\sitestudio_acsf\sitestudio_acsf.install
------------------------------------------------------------------------------------------
FOUND 5 ERRORS AND 3 WARNINGS AFFECTING 4 LINES
------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
11 | WARNING | [ ] Line exceeds 80 characters; contains 101 characters
38 | WARNING | [ ] Hook implementations should not duplicate @param documentation
38 | ERROR | [ ] Missing parameter comment
38 | ERROR | [ ] Missing parameter type
39 | WARNING | [ ] Hook implementations should not duplicate @return documentation
39 | ERROR | [x] Separate the @param and @return sections by a blank line.
39 | ERROR | [ ] Description for the @return value is missing
------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------
FILE: C:\xampp\htdocs\drupal95\web\modules\contrib\sitestudio_acsf\src\Config\StylesheetJsonStorageOverride.php
---------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
---------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------
FILE: C:\xampp\htdocs\drupal95\web\modules\contrib\sitestudio_acsf\src\SiteStudioAcsfServiceProvider.php
--------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------
1 | ERROR | [x] End of line character is invalid; expected "\n" but found "\r\n"
--------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | drupal-coding-standard-3310052-6.patch | 2.48 KB | dharti patel |
| #2 | drupal-standard-coding-issue-3310052-2.patch | 2.12 KB | akshay.kelotra |
Issue fork sitestudio_acsf-3310052
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
akshay.kelotra commentedI have fixed this issue and providing a patch. Please Review
Comment #5
8ballsteve commentedPatch looks good - thanks for the feedback and contribution!
Comment #6
dharti patel commentedComment #7
dharti patel commentedI've reviewed the #2 patch and after applying the patch I've faced one issue I've to resolve the issue and created a new patch for the same.
Please review the patch.
Thanks!
Comment #8
dipesh_goswamiHi Dharti Patel,
I am reviewing your patch.
Thanks
Comment #9
dipesh_goswamiHi Dharti Patel,
Your patch applied cleanly (shown below):
All the phpcs issues has been fixed (shown below):
So, moving it to RTBC & creating a MR from branch "3310052-drupal-standard-coding".
Thanks
Comment #11
8ballsteve commentedFixed and merged into 1.0.x - thanks for the contributions here!
Comment #12
8ballsteve commented