Merge pull request #46 from saulens22/symfony7-support #129
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.
|