feat: add --all flag to comment delete command #539
code-quality.yml
on: pull_request
code-quality
/
Lint GitHub Actions workflows
9s
code-quality
/
Lint PHP files
19s
code-quality
/
Lint Gherkin Feature files
22s
code-quality
/
Spell check
4s
code-quality
/
PHPCS
27s
code-quality
/
PHPStan
35s
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.
|