Skip to content

Update dependency vimeo/psalm to v6 #304

Update dependency vimeo/psalm to v6

Update dependency vimeo/psalm to v6 #304

Triggered via push February 24, 2025 06:02
Status Failure
Total duration 1m 26s
Artifacts
ci  /  Generate job matrix
5s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
UnusedClass: src/Application.php#L7
src/Application.php:7:7: UnusedClass: Class Mezzio\Migration\Application is never used (see https://psalm.dev/075)
ClassMustBeFinal: src/Application.php#L7
src/Application.php:7:7: ClassMustBeFinal: Class Mezzio\Migration\Application is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/MigrateCommand.php#L55
src/MigrateCommand.php:55:7: ClassMustBeFinal: Class Mezzio\Migration\MigrateCommand is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
MissingOverrideAttribute: src/MigrateCommand.php#L75
src/MigrateCommand.php:75:5: MissingOverrideAttribute: Method Mezzio\Migration\MigrateCommand::configure should have the "Override" attribute (see https://psalm.dev/358)
PossiblyFalseArgument: src/MigrateCommand.php#L82
src/MigrateCommand.php:82:22: PossiblyFalseArgument: Argument 1 of realpath cannot be false, possibly string value expected (see https://psalm.dev/104)
MissingOverrideAttribute: src/MigrateCommand.php#L86
src/MigrateCommand.php:86:5: MissingOverrideAttribute: Method Mezzio\Migration\MigrateCommand::initialize should have the "Override" attribute (see https://psalm.dev/358)
PossiblyFalseArgument: src/MigrateCommand.php#L91
src/MigrateCommand.php:91:22: PossiblyFalseArgument: Argument 1 of is_dir cannot be false, possibly string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/MigrateCommand.php#L95
src/MigrateCommand.php:95:55: PossiblyFalseArgument: Argument 2 of sprintf cannot be false, possibly float|int|object{__tostring()}|string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/MigrateCommand.php#L98
src/MigrateCommand.php:98:17: PossiblyFalseArgument: Argument 2 of sprintf cannot be false, possibly float|int|object{__tostring()}|string value expected (see https://psalm.dev/104)
MissingOverrideAttribute: src/MigrateCommand.php#L106
src/MigrateCommand.php:106:5: MissingOverrideAttribute: Method Mezzio\Migration\MigrateCommand::execute should have the "Override" attribute (see https://psalm.dev/358)