GraphQL query for Search API #1894
reviewdog [drupal-coder (drupal)] report
reported by reviewdog 🐶
Findings (4)
modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php|61 col 7| Parameter comment indentation must be 3 spaces, found 2 spaces
modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php|63 col 6| Description for the @return value is missing
modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php|73 col 7| Parameter comment indentation must be 3 spaces, found 2 spaces
modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php|75 col 6| Description for the @return value is missing
Filtered Findings (0)
Annotations
github-actions / drupal-coder (drupal)
[drupal-coder (drupal)] modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php#L61 <Drupal.Commenting.FunctionComment.ParamCommentIndentation>
Parameter comment indentation must be 3 spaces, found 2 spaces
Raw output
/github/workspace/modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php:61:7: error: Parameter comment indentation must be 3 spaces, found 2 spaces (Drupal.Commenting.FunctionComment.ParamCommentIndentation)
github-actions / drupal-coder (drupal)
[drupal-coder (drupal)] modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php#L63 <Drupal.Commenting.FunctionComment.MissingReturnComment>
Description for the @return value is missing
Raw output
/github/workspace/modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php:63:6: error: Description for the @return value is missing (Drupal.Commenting.FunctionComment.MissingReturnComment)
github-actions / drupal-coder (drupal)
[drupal-coder (drupal)] modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php#L73 <Drupal.Commenting.FunctionComment.ParamCommentIndentation>
Parameter comment indentation must be 3 spaces, found 2 spaces
Raw output
/github/workspace/modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php:73:7: error: Parameter comment indentation must be 3 spaces, found 2 spaces (Drupal.Commenting.FunctionComment.ParamCommentIndentation)
github-actions / drupal-coder (drupal)
[drupal-coder (drupal)] modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php#L75 <Drupal.Commenting.FunctionComment.MissingReturnComment>
Description for the @return value is missing
Raw output
/github/workspace/modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php:75:6: error: Description for the @return value is missing (Drupal.Commenting.FunctionComment.MissingReturnComment)