- Issue created by @keshav patel
- Status changed to Needs review
about 1 year ago 10:31am 24 November 2023 - š®š³India keshav patel
The provided patch file "fix_coding_standards-3403971-2.patch" fixes the PHPCS reported issues, please review.
- Status changed to RTBC
12 months ago 5:06am 29 November 2023 - šµšPhilippines clarkssquared
Hi
I applied the patch #2 and I confirmed that it fixes the reported PHPCS issues, the only remaining issues flagged in my terminal is caused when the module is installed via composer.
ā address_phonenumber git:(master) ā curl https://www.drupal.org/files/issues/2023-11-24/fix_coding_standards-3403971-2_0.patch | patch -p1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3342 100 3342 0 0 6637 0 --:--:-- --:--:-- --:--:-- 6751 patching file 'src/Element/AddressPhoneNumber.php' patching file 'src/Plugin/Field/FieldFormatter/AddressPhoneNumberDefaultFormatter.php' patching file 'src/Plugin/Field/FieldType/AddressPhoneNumberItem.php' patching file 'src/Plugin/Field/FieldWidget/AddressPhoneNumberDefaultWidget.php' ā address_phonenumber git:(master) ā .. ā contrib git:(master) ā phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml address_phonenumber FILE: ...local/web/modules/contrib/address_phonenumber/address_phonenumber.info.yml -------------------------------------------------------------------------------- FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 2 LINES -------------------------------------------------------------------------------- 1 | WARNING | Remove "project" from the info file, it will be added by | | drupal.org packaging automatically 1 | WARNING | Remove "datestamp" from the info file, it will be added by | | drupal.org packaging automatically 1 | WARNING | Remove "version" from the info file, it will be added by | | drupal.org packaging automatically 7 | WARNING | All dependencies must be prefixed with the project name, for | | example "drupal:" -------------------------------------------------------------------------------- Time: 213ms; Memory: 10MB ā contrib git:(master) ā