- Issue created by @sidharth_soman
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 5:54am 4 July 2023 - ๐ฎ๐ณIndia sidharth_soman Bangalore
I have fixed all the issues except for the 'line exceeds' warning for the comment in the test file. I'm keeping it that way for readability purposes.
Please review the MR.
- Status changed to Needs work
9 months ago 12:12pm 7 March 2024 - ๐ฎ๐ณIndia Ashutosh Ahirwal India
Hi, MR3 resolve phpcs issue but still there are one issue.
Moving to need work to get notice
Used command:-
./vendor/bin/phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/fb_likeboxFILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/fb_likebox/tests/src/Functional/FBLikeboxBlockTest.php
-------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------
38 | WARNING | Line exceeds 80 characters; contains 82 characters
-------------------------------------------------------------------------------------------------------------------------------Time: 186ms; Memory: 12MB
- ๐ฎ๐ณIndia mohd sahzad
Mohd Sahzad โ made their first commit to this issueโs fork.
- Status changed to Needs review
9 months ago 5:35am 8 March 2024 - ๐ฎ๐ณIndia Yashaswi18
Hello, I checked out to the branch '3372133-fix-the-issues', ran the phpcs command
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig fb_likebox
Found no errors or warnings remaining. Attaching screenshot.
- Status changed to RTBC
9 months ago 9:29am 8 March 2024 - ๐ต๐ญPhilippines clarkssquared
Hi
I also applied MR !3 and I confirmed that all PHPCS issues were resolved.
โ fb_likebox git:(8.x-2.3) curl https://git.drupalcode.org/project/fb_likebox/-/merge_requests/3.diff | patch -p1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1567 0 1567 0 0 3023 0 --:--:-- --:--:-- --:--:-- 3066 patching file fb_likebox.module patching file 'tests/src/Functional/FBLikeboxBlockTest.php' โ fb_likebox git:(8.x-2.3) โ .. โ contrib git:(master) โ phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml fb_likebox โ contrib git:(master) โ