phpcs currently says,
FILE: web/modules/custom/jsonapi_image_styles/jsonapi_image_styles.module
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
9 | ERROR | [x] Use statements should be sorted alphabetically. The first
| | wrong one is Drupal\Core\Entity\EntityTypeInterface.
| | (SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses.IncorrectlyOrderedUses)
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------
FILE: ...dules/custom/jsonapi_image_styles/src/Form/JsonApiImageStylesAdminForm.php
--------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------------
24 | ERROR | [ ] Parameter $configFactory is not described in comment
| | (Drupal.Commenting.FunctionComment.ParamMissingDefinition)
24 | ERROR | [ ] Parameter $typedConfigManager is not described in comment
| | (Drupal.Commenting.FunctionComment.ParamMissingDefinition)
27 | ERROR | [ ] Doc comment for parameter $config_factory does not match
| | actual variable name $entity_type_manager
| | (Drupal.Commenting.FunctionComment.ParamNameNoMatch)
35 | ERROR | [x] Multi-line function declarations must have a trailing comma
| | after the last parameter
| | (Drupal.Functions.MultiLineFunctionDeclaration.MissingTrailingComma)
35 | ERROR | [x] The closing parenthesis of a multi-line function declaration
| | must be on a new line
| | (Drupal.Functions.MultiLineFunctionDeclaration.CloseBracketLine)
--------------------------------------------------------------------------------
see https://git.drupalcode.org/project/jsonapi_image_styles/-/jobs/2842934
make a MR
Active
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.