Problem/Motivation
Fix some CS warnings
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
9 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Component\Utility\Crypt.
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: modules/contrib/antibot/README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
40 | WARNING | Line exceeds 80 characters; contains 93 characters
----------------------------------------------------------------------
And some naming and code doc such as the name of controller and settings form.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork antibot-3508482
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
keshav patel commentedThe issue status had to be on Needs review.
Tested the the MR changes, no phpcs issues found.
Moving it to RTBC.
Comment #4
danrodWas this tested locally before moving it to RTBC? most of these changes are cosmetic changes.
Comment #5
danrodI tested it locally and found not issues, I also could access the admin settings and add new forms to the list and found no issues, I'll move it to "Fixed" and approve the MR
Comment #6
danrodComment #9
danrod