- Issue created by @aaron.ferris
- 7c072eeb committed on 8.x-2.x
Issue #3480166: fix phpcs complaints
- 7c072eeb committed on 8.x-2.x
Automatically closed - issue fixed for 2 weeks with no activity.
As per title, fix PHPCS complaints
https://git.drupalcode.org/project/recurly_roles/-/jobs/3026369
FILE: ...roject/recurly_roles/web/modules/custom/recurly_roles/recurly_roles.module
--------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
--------------------------------------------------------------------------------
11 | ERROR | [x] Use statements should be sorted alphabetically. The first
| | wrong one is Drupal\user\Entity\Role.
| | (SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses.IncorrectlyOrderedUses)
282 | WARNING | [x] '@todo: Should we do something with failed payments? Like
| | flag the' should match the format '@todo Fix problem X
| | here.' (Drupal.Commenting.TodoComment.TodoFormat)
Active
2.0
Code
Issue #3480166: fix phpcs complaints
Automatically closed - issue fixed for 2 weeks with no activity.