Skip to content

Add debug command #1213

Add debug command

Add debug command #1213

Triggered via pull request September 13, 2024 10:00
Status Failure
Total duration 27s
Artifacts

static.yml

on: pull_request
Matrix: psalm / psalm
Fit to window
Zoom out
Zoom in

Annotations

13 errors
psalm / PHP 8.0-ubuntu-latest
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires php ^8.1 but your php version (8.0.30) does not satisfy that requirement.
psalm / PHP 8.0-ubuntu-latest
Process completed with exit code 2.
psalm / PHP 8.1-ubuntu-latest
The job was canceled because "ubuntu-latest_8_0" failed.
MixedAssignment: src/Command/DebugContainerCommand.php#L50
src/Command/DebugContainerCommand.php:50:49: MixedAssignment: Unable to determine the type that $ids is being assigned to (see https://psalm.dev/032)
MixedAssignment: src/Command/DebugContainerCommand.php#L52
src/Command/DebugContainerCommand.php:52:30: MixedAssignment: Unable to determine the type that $id is being assigned to (see https://psalm.dev/032)
MixedAssignment: src/Command/DebugContainerCommand.php#L54
src/Command/DebugContainerCommand.php:54:36: MixedAssignment: Unable to determine the type that $definitions is being assigned to (see https://psalm.dev/032)
MixedArgument: src/Command/DebugContainerCommand.php#L55
src/Command/DebugContainerCommand.php:55:42: MixedArgument: Argument 1 of array_key_exists cannot be mixed, expecting array-key (see https://psalm.dev/030)
MixedArgument: src/Command/DebugContainerCommand.php#L55
src/Command/DebugContainerCommand.php:55:47: MixedArgument: Argument 2 of array_key_exists cannot be mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
MixedAssignment: src/Command/DebugContainerCommand.php#L56
src/Command/DebugContainerCommand.php:56:25: MixedAssignment: Unable to determine the type that $definition is being assigned to (see https://psalm.dev/032)
MixedArgument: src/Command/DebugContainerCommand.php#L63
src/Command/DebugContainerCommand.php:63:29: MixedArgument: Argument 2 of sprintf cannot be mixed, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
MixedArgument: src/Command/DebugContainerCommand.php#L68
src/Command/DebugContainerCommand.php:68:28: MixedArgument: Argument 1 of Symfony\Component\Console\Style\SymfonyStyle::title cannot be mixed, expecting string (see https://psalm.dev/030)
MixedArrayAccess: src/Command/DebugContainerCommand.php#L91
src/Command/DebugContainerCommand.php:91:70: MixedArrayAccess: Cannot access array value on mixed variable $definition (see https://psalm.dev/051)
MixedAssignment: src/Command/DebugContainerCommand.php#L123
src/Command/DebugContainerCommand.php:123:50: MixedAssignment: Unable to determine the type that $group is being assigned to (see https://psalm.dev/032)