Adding some debugging. #97
test.yml
on: push
CI test (make validate)
22s
Code coverage (codecov)
0s
Matrix: Integration tests
Annotations
3 errors
TooManyArguments:
src/Command/CodeCheckerCommand.php#L96
src/Command/CodeCheckerCommand.php:96:30: TooManyArguments: Too many arguments for the number of placeholders in sprintf (see https://psalm.dev/026)
|
RedundantFunctionCall:
src/Command/CodeCheckerCommand.php#L96
src/Command/CodeCheckerCommand.php:96:30: RedundantFunctionCall: Argument 1 of sprintf does not contain any placeholders (see https://psalm.dev/280)
|
CI test (make validate)
Process completed with exit code 2.
|