Problem/Motivation
FILE: /home/lenovo/d7to9/web/modules/contrib/feeds_fetcher_post/src/Feeds/Fetcher/HttpFetcherPost.php
---------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------
13 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\feeds\FeedInterface.
---------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------
Steps to reproduce
Execute the command: phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig feeds_fetcher_post/
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #2
roshni27 commentedComment #3
roshni27 commentedComment #4
roberttabigue commentedHi,
I reviewed the changes and confirmed the Patch was applied cleanly to the Feeds Fetcher POST module against 1.2.0 on Drupal 9.5.10.
And no errors were found after running the command below:
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig feeds_fetcher_post/Please see the attached file for reference.
I'm moving this now to RTBC.
Thank you!
Comment #6
sleitner commented