Add ability to modify docker-compose configuration #722
hmlinter checks failed
6 errors
Request details
- GitHub Event ID:
2b2054e0-5eb7-11ef-9c4e-a1e4fa03a091
- API Gateway ID:
ad65e2e8-373a-4eaf-9443-c6147510cf15
- Lambda ID:
877685d1-1ef2-43a8-b471-e364e71bb63f
- Log Stream:
2024/08/20/[$LATEST]8fb653b440af4ff7ab811e3a29c0388e
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"
}