Update dependency vimeo/psalm to v6 #293
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
4s
Matrix: ci / QA Checks
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)
|
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)
|
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)
|
PossiblyFalseArgument:
src/MigrateCommand.php#L121
src/MigrateCommand.php:121:33: PossiblyFalseArgument: Argument 1 of json_decode cannot be false, possibly string value expected (see https://psalm.dev/104)
|
PossiblyFalseArgument:
src/MigrateCommand.php#L319
src/MigrateCommand.php:319:29: PossiblyFalseArgument: Argument 1 of json_decode cannot be false, possibly string value expected (see https://psalm.dev/104)
|
PossiblyFalseArgument:
src/MigrateCommand.php#L418
src/MigrateCommand.php:418:27: PossiblyFalseArgument: Argument 1 of strtr cannot be false, possibly string value expected (see https://psalm.dev/104)
|
PossiblyNullArgument:
src/MigrateCommand.php#L442
src/MigrateCommand.php:442:50: PossiblyNullArgument: Argument 2 of file_put_contents cannot be null, possibly null value provided (see https://psalm.dev/078)
|
PossiblyFalseArgument:
src/MigrateCommand.php#L478
src/MigrateCommand.php:478:17: PossiblyFalseArgument: Argument 1 of json_decode cannot be false, possibly string value expected (see https://psalm.dev/104)
|