- Issue created by @abhiyanshu
- First commit to issue fork.
- ๐ต๐ญPhilippines clarkssquared
Hi
I applied MR !13 and I can still see PHPCS errors in the module,
โ paragraphs_paste git:(2.0.0-beta7) curl https://git.drupalcode.org/project/paragraphs_paste/-/merge_requests/13.diff | patch -p1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3263 0 3263 0 0 6108 0 --:--:-- --:--:-- --:--:-- 6191 patching file README.md patching file paragraphs_paste.routing.yml patching file 'tests/modules/paragraphs_paste_test/paragraphs_paste_test.info.yml' โ paragraphs_paste git:(2.0.0-beta7) โ .. โ contrib git:(main) โ phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml paragraphs_paste FILE: /Users/clarksubing-subing/Projects/drupal-issues/drupal-project/web/modules/contrib/paragraphs_paste/tests/src/FunctionalJavascript/ParagraphsPasteJavascriptTestBase.php ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 9 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\dblog\Controller\DbLogController. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FILE: /Users/clarksubing-subing/Projects/drupal-issues/drupal-project/web/modules/contrib/paragraphs_paste/tests/src/Kernel/Controller/PropertyPathAutocompleteControllerTest.php --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FOUND 1 ERROR AFFECTING 1 LINE --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 7 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\paragraphs_paste\Controller\PropertyPathAutocompleteController. --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Time: 400ms; Memory: 12MB
- ๐ฌ๐งUnited Kingdom aaron.ferris
aaron.ferris โ made their first commit to this issueโs fork.
- ๐ฌ๐งUnited Kingdom aaron.ferris
Reordered those in the MR, not seeing any phpcs complaints...
aaronferris@Mac Drupal % phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml paragraphs_paste-3498144 aaronferris@Mac Drupal %