- Issue created by @sidharth_soman
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 3:30pm 10 July 2023 - š®š³India sidharth_soman Bangalore
The only issue left to fix is the 'array exceeding column 80' error in the isset() statement. I'm leaving it as it is for now due to readability purposes.
Please review the patch.
- Status changed to RTBC
11 months ago 4:59am 5 January 2024 - šµšPhilippines clarkssquared
Hi
I applied your patch #2 and I confirmed that it fixes the PHPCS erorr and I confirmed that the remaining issue is the 'array exceeding column 80' error and since it is for readability purposes it can be ignored.
ā field_group_table git:(8.x-1.1) curl https://www.drupal.org/files/issues/2023-07-10/3373661-2.patch | patch -p1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2265 100 2265 0 0 4472 0 --:--:-- --:--:-- --:--:-- 4520 patching file 'src/Plugin/field_group/FieldGroupFormatter/FieldGroupTable.php' ā field_group_table git:(8.x-1.1) ā .. ā contrib git:(master) ā phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml field_group_table FILE: /Users/clarksubing-subing/Projects/d9/d9-local/web/modules/contrib/field_group_table/src/Plugin/field_group/FieldGroupFormatter/FieldGroupTable.php --------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE --------------------------------------------------------------------------------------------------------------------------------------------------------- 659 | ERROR | The array declaration extends to column 93 (the limit is 80). The array content should be split up over multiple lines --------------------------------------------------------------------------------------------------------------------------------------------------------- Time: 367ms; Memory: 14MB ā contrib git:(master) ā