Closed (fixed)
Project:
Content Editing Messages
Version:
8.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 May 2023 at 05:55 UTC
Updated:
30 Nov 2024 at 12:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
paraderojether commentedCreated a patch to fix the issues reported by phpcs.
Please review.
Thank You.
Comment #3
schillerm commentedHi, reviewed and tested a patched version of the 8.x-1.x-dev module on a local D9 site.
I ran
phpcs --standard=Drupal --ignore=PATCHES.txt --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml web/modules/contrib/content_editing_messageNo errors or warnings returned, so moving to RTBC.
Comment #4
jay jangid commentedComment #5
jay jangid commentedApply patch #2 showing this error.
See screenshot.
Thank you.
Comment #6
paraderojether commentedI updated the patch.
Please review again.
Thank You.
Comment #7
avpadernoThe code is not correctly indented.
Comment #8
sakthi_dev commentedCreated patch bases on #7. Please review,
Comment #9
raveen_thakur51 commentedHello guys.
I have reviewed & implemented the #8 patch on to my drupal website having version - 9.5.9 & PHP version - 8.1
I am confirming that after using #patch8, the phpcs issues were resolved completely. As you can see in the attached screenshot.
Please & thank you.
Comment #10
silvi.addweb commentedEven after applying the patch, I continued to receive this kind of problem.
And i have fixed all the issues reported by phpcs.
Comment #11
roberttabigue commentedHi @silvi,
After applying your Patch #10 to the Content Editing Messages module against 8.x-1.x-dev on Drupal 10, I still see 1 PHPCS warning.
See below:
I ran this command on the module:
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml content_editing_messagePlease see the attached files for reference.
I'm moving this now to Needs work.
Thank you!
Comment #13
avpadernoComment #14
avpadernoComment #15
clarkssquared commentedHI
I applied the updated MR !3 and I see some PHPCS issue below:
Retaining this to needs review for others to give feedback.
Comment #18
sovimi commentedHi all!
The issues have been fixed and the MR merged. Will be on the next release.
Thank you for you contributions!