Update dependency vimeo/psalm to v6 #541
continuous-integration.yml
on: push
ci
/
Generate job matrix
5s
Check for missing dependencies
23s
Matrix: ci / QA Checks
Annotations
4 errors
PossiblyFalseIterator:
test/TestCase.php#L42
test/TestCase.php:42:22: PossiblyFalseIterator: Cannot iterate over falsable var false|list<string> (see https://psalm.dev/164)
|
MixedAssignment:
test/TestCase.php#L42
test/TestCase.php:42:52: MixedAssignment: Unable to determine the type that $file is being assigned to (see https://psalm.dev/032)
|
MixedArgument:
test/TestCase.php#L43
test/TestCase.php:43:31: MixedArgument: Argument 1 of is_file cannot be mixed, expecting string (see https://psalm.dev/030)
|
MixedArgument:
test/TestCase.php#L47
test/TestCase.php:47:24: MixedArgument: Argument 1 of unlink cannot be mixed, expecting string (see https://psalm.dev/030)
|