Add a command for cloud-build #540
Open
HM Linter / hmlinter
failed
Oct 17, 2024 in 1m 54s
hmlinter checks failed
3 errors
Request details
- GitHub Event ID:
47500c80-8c77-11ef-8dee-3ffa048c89d3
- API Gateway ID:
f20e26d1-3ed1-4f81-9983-59dffcae749c
- Lambda ID:
ab8e6d1d-6fa5-4d9f-ad32-2df298fa7d22
- Log Stream:
2024/10/17/[$LATEST]48f3b19d37e944a09a01f30fdee43f63
Annotations
Check failure on line 1085 in inc/composer/class-command.php
hm-linter / hmlinter
inc/composer/class-command.php#L1085
Missing parameter comment
Raw output
{
"line": 1085,
"column": 8,
"severity": "error",
"message": "Missing parameter comment",
"source": "Squiz.Commenting.FunctionComment.MissingParamComment"
}
Check failure on line 1086 in inc/composer/class-command.php
hm-linter / hmlinter
inc/composer/class-command.php#L1086
Missing parameter comment
Raw output
{
"line": 1086,
"column": 8,
"severity": "error",
"message": "Missing parameter comment",
"source": "Squiz.Commenting.FunctionComment.MissingParamComment"
}
Check failure on line 1087 in inc/composer/class-command.php
hm-linter / hmlinter
inc/composer/class-command.php#L1087
Function return type is void, but function contains return statement
Raw output
{
"line": 1087,
"column": 8,
"severity": "error",
"message": "Function return type is void, but function contains return statement",
"source": "Squiz.Commenting.FunctionComment.InvalidReturnVoid"
}
Loading