GraphQL query for Search API #1925
reviewdog [drupal-coder (drupal)] report
reported by reviewdog 🐶
Findings (2)
modules/thunder_gqls/src/Wrappers/EntityListResponse.php|30 col 3| Parameter $buffer is not described in comment
modules/thunder_gqls/src/Wrappers/EntityListResponse.php|33 col 6| Doc comment for parameter $parameter does not match actual variable name $buffer
Filtered Findings (0)
Annotations
Check failure on line 30 in modules/thunder_gqls/src/Wrappers/EntityListResponse.php
github-actions / drupal-coder (drupal)
[drupal-coder (drupal)] modules/thunder_gqls/src/Wrappers/EntityListResponse.php#L30 <Drupal.Commenting.FunctionComment.ParamMissingDefinition>
Parameter $buffer is not described in comment
Raw output
/github/workspace/modules/thunder_gqls/src/Wrappers/EntityListResponse.php:30:3: error: Parameter $buffer is not described in comment (Drupal.Commenting.FunctionComment.ParamMissingDefinition)
Check failure on line 33 in modules/thunder_gqls/src/Wrappers/EntityListResponse.php
github-actions / drupal-coder (drupal)
[drupal-coder (drupal)] modules/thunder_gqls/src/Wrappers/EntityListResponse.php#L33 <Drupal.Commenting.FunctionComment.ParamNameNoMatch>
Doc comment for parameter $parameter does not match actual variable name $buffer
Raw output
/github/workspace/modules/thunder_gqls/src/Wrappers/EntityListResponse.php:33:6: error: Doc comment for parameter $parameter does not match actual variable name $buffer (Drupal.Commenting.FunctionComment.ParamNameNoMatch)