Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to modify docker-compose configuration #722

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Update docs/extra-containers.md

e0ee43d
Select commit
Loading
Failed to load commit list.
Open

Add ability to modify docker-compose configuration #722

Update docs/extra-containers.md
e0ee43d
Select commit
Loading
Failed to load commit list.
HM Linter / hmlinter failed Dec 2, 2024 in 2m 17s

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

See this annotation in the file changed.

@hm-linter 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

See this annotation in the file changed.

@hm-linter 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

See this annotation in the file changed.

@hm-linter 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

See this annotation in the file changed.

@hm-linter 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

See this annotation in the file changed.

@hm-linter 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

See this annotation in the file changed.

@hm-linter 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"
}