- Issue created by @rassoni
- Merge request !2Issue #3350559: Fix the issues reported by phpcs → (Open) created by Unnamed author
- Status changed to Needs review
over 1 year ago 7:58am 27 March 2023 - 🇮🇳India rassoni Bangalore
Fixed Coding standard and created MR. Please review.
- Issue was unassigned.
- Status changed to Needs work
over 1 year ago 1:47pm 27 March 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
/** - * Class M4032404Form. + * Defines the m4032404 form. * * @package Drupal\m4032404\Form */
The description should be improved, since it is not clear what the m4032404 form should be.
- Status changed to Needs review
over 1 year ago 2:17pm 27 March 2023 - Status changed to Needs work
3 months ago 7:00am 20 August 2024 Hi @Rassoni,
The changes you made on MR!2 can be applied successfully, but there are still errors reported. Please see below:
➜ contrib git:(master) ✗ phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig m4032404 FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/m4032404/tests/src/Unit/EventSubscriber/M4032404EventSubscriberTest.php --------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE --------------------------------------------------------------------------------------------------------------------------------------------------- 6 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\m4032404\EventSubscriber\M4032404EventSubscriber. --------------------------------------------------------------------------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY --------------------------------------------------------------------------------------------------------------------------------------------------- FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/m4032404/tests/src/Functional/M4032404TestCaseTest.php ---------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ---------------------------------------------------------------------------------------------------------------------------------- 18 | ERROR | [x] Whitespace found at end of line ---------------------------------------------------------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ---------------------------------------------------------------------------------------------------------------------------------- FILE: /Users/PrometInterns/Demo-site/drupal-orgissue-v9/web/modules/contrib/m4032404/src/EventSubscriber/M4032404EventSubscriber.php ------------------------------------------------------------------------------------------------------------------------------------ FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------------------------ 6 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Config\ConfigFactoryInterface. ------------------------------------------------------------------------------------------------------------------------------------ PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ------------------------------------------------------------------------------------------------------------------------------------ Time: 182ms; Memory: 10MB
Please check
Thanks,
Jake- Assigned to apaderno
- 🇮🇹Italy apaderno Brescia, 🇮🇹
- Issue was unassigned.
- Status changed to Needs review
3 months ago 6:03am 21 August 2024