- Issue created by @alyaj2a
- Issue was unassigned.
- Status changed to Needs review
2 months ago 9:15pm 12 September 2024 - Status changed to Needs work
2 months ago 8:09am 15 September 2024 - šµšPhilippines clarkssquared
Hi
I checked your MR !5 and there's one remaining PHPCS issues being reported.
ā text_field_formatter git:(2.0.x) curl https://git.drupalcode.org/project/text_field_formatter/-/merge_requests/5.diff | patch -p1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4972 0 4972 0 0 10319 0 --:--:-- --:--:-- --:--:-- 10445 patching file README.md patching file 'src/Plugin/Field/FieldFormatter/TextFieldFormatter.php' ā text_field_formatter git:(2.0.x) ā .. ā contrib git:(main) ā phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml text_field_formatter FILE: ...ext_field_formatter/src/Plugin/Field/FieldFormatter/TextFieldFormatter.php -------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE -------------------------------------------------------------------------------- 95 | ERROR | [x] Multi-line function declarations must have a trailing comma | | after the last parameter -------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------------- Time: 156ms; Memory: 12MB ā contrib git:(main) ā