Add Local Server extension for containers #525
hmlinter checks failed
4 errors
Request details
- GitHub Event ID:
302fc3e0-5f6f-11ef-9dd2-f277a4263f7f
- API Gateway ID:
dd58686b-b991-4271-a2e8-fa83f40f2602
- Lambda ID:
0535be3a-0729-4f24-a2cf-a5dc97745517
- Log Stream:
2024/08/21/[$LATEST]63ce9020507e41ec863a093bb4ffe1e5
Annotations
Check failure on line 12 in inc/class-local-server-extension.php
hm-linter / hmlinter
inc/class-local-server-extension.php#L12
Missing doc comment for class Local_Server_Extension
Raw output
{
"line": 12,
"column": 1,
"severity": "error",
"message": "Missing doc comment for class Local_Server_Extension",
"source": "Squiz.Commenting.ClassComment.Missing"
}
Check failure on line 13 in inc/class-local-server-extension.php
hm-linter / hmlinter
inc/class-local-server-extension.php#L13
PHP syntax error: syntax error, unexpected 'Docker_Compose_Generator' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Raw output
{
"line": 13,
"column": 1,
"severity": "error",
"message": "PHP syntax error: syntax error, unexpected 'Docker_Compose_Generator' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)",
"source": "Generic.PHP.Syntax.PHPSyntax"
}
Check failure on line 13 in inc/class-local-server-extension.php
hm-linter / hmlinter
inc/class-local-server-extension.php#L13
Missing member variable doc comment
Raw output
{
"line": 13,
"column": 40,
"severity": "error",
"message": "Missing member variable doc comment",
"source": "Squiz.Commenting.VariableComment.Missing"
}
Check failure on line 60 in inc/class-local-server-extension.php
hm-linter / hmlinter
inc/class-local-server-extension.php#L60
Inline comments must end in full-stops, exclamation marks, or question marks
Raw output
{
"line": 60,
"column": 9,
"severity": "error",
"message": "Inline comments must end in full-stops, exclamation marks, or question marks",
"source": "Squiz.Commenting.InlineComment.InvalidEndChar"
}