Add ability to modify docker-compose configuration #722
hmlinter checks failed
6 errors
Request details
- GitHub Event ID:
db938910-b0f5-11ef-939d-f2abc1696487
- API Gateway ID:
693dd4a4-37d2-4888-9b45-89bf764e30b8
- Lambda ID:
cd6d515e-0adb-4a74-b9cc-ab1fcb587223
- Log Stream:
2024/12/02/[$LATEST]83a0358bd8bf4c42b677033292d094bf
Annotations
Check failure on line 34 in inc/composer/class-command.php
hm-linter / hmlinter
inc/composer/class-command.php#L34
Missing @var tag in member variable comment
Raw output
{
"line": 34,
"column": 6,
"severity": "error",
"message": "Missing @var tag in member variable comment",
"source": "Squiz.Commenting.VariableComment.MissingVar"
}
Check failure on line 35 in inc/composer/class-command.php
hm-linter / hmlinter
inc/composer/class-command.php#L35
PHP syntax error: syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST)
Raw output
{
"line": 35,
"column": 1,
"severity": "error",
"message": "PHP syntax error: syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST)",
"source": "Generic.PHP.Syntax.PHPSyntax"
}
Check failure on line 149 in inc/composer/class-command.php
hm-linter / hmlinter
inc/composer/class-command.php#L149
Inline comments must end in full-stops, exclamation marks, or question marks
Raw output
{
"line": 149,
"column": 9,
"severity": "error",
"message": "Inline comments must end in full-stops, exclamation marks, or question marks",
"source": "Squiz.Commenting.InlineComment.InvalidEndChar"
}
Check failure on line 76 in inc/composer/class-docker-compose-generator.php
hm-linter / hmlinter
inc/composer/class-docker-compose-generator.php#L76
Missing @var tag in member variable comment
Raw output
{
"line": 76,
"column": 6,
"severity": "error",
"message": "Missing @var tag in member variable comment",
"source": "Squiz.Commenting.VariableComment.MissingVar"
}
Check failure on line 936 in inc/composer/class-docker-compose-generator.php
hm-linter / hmlinter
inc/composer/class-docker-compose-generator.php#L936
Missing short description in doc comment
Raw output
{
"line": 936,
"column": 17,
"severity": "error",
"message": "Missing short description in doc comment",
"source": "Generic.Commenting.DocComment.MissingShort"
}
Check failure on line 1 in inc/composer/class-compose-extension.php
hm-linter / hmlinter
inc/composer/class-compose-extension.php#L1
Missing file doc comment
Raw output
{
"line": 1,
"column": 1,
"severity": "error",
"message": "Missing file doc comment",
"source": "Squiz.Commenting.FileComment.Missing"
}