Update dependency vimeo/psalm to v6 #406
continuous-integration.yml
on: push
ci
/
Generate job matrix
4s
Matrix: ci / QA Checks
Annotations
7 errors
PossiblyFalseArgument:
src/ProblemDetailsResponseFactory.php#L314
src/ProblemDetailsResponseFactory.php:314:13: PossiblyFalseArgument: Argument 3 of Mezzio\ProblemDetails\ProblemDetailsResponseFactory::generateResponse cannot be false, possibly string value expected (see https://psalm.dev/104)
|
PossiblyNullArgument:
src/ProblemDetailsResponseFactory.php#L338
src/ProblemDetailsResponseFactory.php:338:81: PossiblyNullArgument: Argument 3 of preg_replace cannot be null, possibly null value provided (see https://psalm.dev/078)
|
PossiblyNullArrayOffset:
src/ProblemDetailsResponseFactory.php#L344
src/ProblemDetailsResponseFactory.php:344:13: PossiblyNullArrayOffset: Cannot access value on variable $return[$key] using possibly null offset null|string (see https://psalm.dev/125)
|
PossiblyFalseArgument:
src/ProblemDetailsResponseFactory.php#L354
src/ProblemDetailsResponseFactory.php:354:32: PossiblyFalseArgument: Argument 1 of json_decode cannot be false, possibly string value expected (see https://psalm.dev/104)
|
PossiblyFalseArgument:
test/Exception/ProblemDetailsExceptionInterfaceTest.php#L72
test/Exception/ProblemDetailsExceptionInterfaceTest.php:72:32: PossiblyFalseArgument: Argument 1 of json_decode cannot be false, possibly string value expected (see https://psalm.dev/104)
|
PossiblyFalseArgument:
test/ProblemDetailsAssertionsTrait.php#L77
test/ProblemDetailsAssertionsTrait.php:77:32: PossiblyFalseArgument: Argument 1 of json_decode cannot be false, possibly string value expected (see https://psalm.dev/104)
|
PossiblyFalseArgument:
test/ProblemDetailsResponseFactoryTest.php#L272
test/ProblemDetailsResponseFactoryTest.php:272:16: PossiblyFalseArgument: Argument 1 of fclose cannot be false, possibly resource value expected (see https://psalm.dev/104)
|