Skip to content

feat: add --all flag to comment delete command #539

feat: add --all flag to comment delete command

feat: add --all flag to comment delete command #539

Triggered via pull request October 15, 2025 20:07
Status Failure
Total duration 38s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint GitHub Actions workflows
9s
code-quality / Lint GitHub Actions workflows
code-quality  /  Lint PHP files
19s
code-quality / Lint PHP files
code-quality  /  Lint Gherkin Feature files
22s
code-quality / Lint Gherkin Feature files
code-quality  /  Spell check
4s
code-quality / Spell check
code-quality  /  PHPCS
27s
code-quality / PHPCS
code-quality  /  PHPStan
35s
code-quality / PHPStan
Fit to window
Zoom out
Zoom in

Annotations

6 errors
code-quality / PHPCS
Process completed with exit code 1.
code-quality / PHPCS: src/Comment_Command.php#L794
Union types are not present in PHP version 7.4 or earlier. Found: array|int
code-quality / PHPCS
Process completed with exit code 1.
code-quality / PHPStan
Process completed with exit code 1.
code-quality / PHPStan: src/Comment_Command.php#L788
Method Comment_Command::check_optional_args_and_all() should return array but returns array|int.
code-quality / PHPStan: src/Comment_Command.php#L772
Parameter #1 $array of function array_filter expects array, array|int given.