- Issue created by @arpitk
- Issue was unassigned.
- Status changed to Needs work
over 1 year ago 7:56pm 28 June 2023 - ๐ฎ๐ณIndia arpitk
Here is the patch fixing the DI issues still other comments issues need to be addressed. So keeping the status as NW.
Thanks!
- ๐ฎ๐ณIndia Ashutosh Ahirwal India
Providing updated patch. Only one issue of Possible useless method overriding detected remaining not sure about it.
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/stop_broken_link_in_body/src/Form/RunContentBrokenLink.php
-----------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------------
79 | WARNING | Possible useless method overriding detected
-----------------------------------------------------------------------------------------------------------------------------------Time: 176ms; Memory: 12MB
- Status changed to Needs review
over 1 year ago 6:05pm 30 June 2023 - ๐ฎ๐ณIndia Bhupesh_upadhyay
All errors fixed including the remaining ones, kindly fixed it.
Hi, reviewed the patch at #4 , which applies cleanly and fixes all the phpcs errors/warnings.
- ๐ฎ๐ณIndia dev16.addweb
silvi.addweb โ made their first commit to this issueโs fork.
- Status changed to Needs work
6 months ago 1:39pm 26 May 2024 - ๐ต๐ญPhilippines clarkssquared
Hi
I applied patch #4 and I confirmed that it fixes the PHPCS issues that were reported.
โ stop_broken_link_in_body git:(8.x-2.2) curl https://www.drupal.org/files/issues/2023-06-30/fix-phpcs-3371162-4.patch | patch -p1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 9509 100 9509 0 0 14730 0 --:--:-- --:--:-- --:--:-- 14857 patching file 'src/Controller/BrokenLinkController.php' patching file 'src/Form/RunContentBrokenLink.php' patching file stop_broken_link_in_body.module โ stop_broken_link_in_body git:(8.x-2.2) โ .. โ contrib git:(master) โ phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml stop_broken_link_in_body โ contrib git:(master) โ
however, instead of uploading your patdh file here, can you add your changes inside the existing MR? so that if it passed by the community the Maintainer can easily look at it and merge . I will transition the status to needs work for that matter.