Skip to content

Run tests on PHP8.3 as well #130

Run tests on PHP8.3 as well

Run tests on PHP8.3 as well #130

Triggered via push March 26, 2024 13:02
Status Failure
Total duration 55s
Artifacts

ci.yml

on: push
Psalm
14s
Psalm
coding_standards
11s
coding_standards
check-licenses
14s
check-licenses
Matrix: phpunit
Fit to window
Zoom out
Zoom in

Annotations

6 errors
MixedArgument: src/Commands/CheckLicenses.php#L30
src/Commands/CheckLicenses.php:30:29: MixedArgument: Argument 1 of Symfony\Component\Console\Command\Command::__construct cannot be mixed, expecting null|string (see https://psalm.dev/030)
MixedArgument: src/Commands/CountUsedLicenses.php#L22
src/Commands/CountUsedLicenses.php:22:29: MixedArgument: Argument 1 of Symfony\Component\Console\Command\Command::__construct cannot be mixed, expecting null|string (see https://psalm.dev/030)
MixedArgument: src/Commands/GenerateConfig.php#L25
src/Commands/GenerateConfig.php:25:29: MixedArgument: Argument 1 of Symfony\Component\Console\Command\Command::__construct cannot be mixed, expecting null|string (see https://psalm.dev/030)
MixedArgument: src/Commands/ListAllowedLicenses.php#L21
src/Commands/ListAllowedLicenses.php:21:29: MixedArgument: Argument 1 of Symfony\Component\Console\Command\Command::__construct cannot be mixed, expecting null|string (see https://psalm.dev/030)
MixedArgument: src/Commands/ListUsedLicenses.php#L22
src/Commands/ListUsedLicenses.php:22:29: MixedArgument: Argument 1 of Symfony\Component\Console\Command\Command::__construct cannot be mixed, expecting null|string (see https://psalm.dev/030)
Psalm
Process completed with exit code 2.