Update dependency vimeo/psalm to v6 #343
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
8s
Matrix: ci / QA Checks
Annotations
6 errors
InvalidNullableReturnType:
test/Service/ConfigurationLocatorTest.php#L206
test/Service/ConfigurationLocatorTest.php:206:37: InvalidNullableReturnType: The declared return type 'Mezzio\Cors\Configuration\RouteConfigurationInterface|false' for Mezzio\CorsTest\Service\_github_workspace_test_Service_ConfigurationLocatorTest_php_195_6579::next is not nullable, but 'Mezzio\Cors\Configuration\RouteConfigurationInterface|null' contains null (see https://psalm.dev/144)
|
NullableReturnStatement:
test/Service/ConfigurationLocatorTest.php#L208
test/Service/ConfigurationLocatorTest.php:208:24: NullableReturnStatement: The declared return type 'Mezzio\Cors\Configuration\RouteConfigurationInterface|false' for Mezzio\CorsTest\Service\_github_workspace_test_Service_ConfigurationLocatorTest_php_195_6579::next is not nullable, but the function returns 'Mezzio\Cors\Configuration\RouteConfigurationInterface|null' (see https://psalm.dev/139)
|
InvalidNullableReturnType:
test/Service/ConfigurationLocatorTest.php#L298
test/Service/ConfigurationLocatorTest.php:298:37: InvalidNullableReturnType: The declared return type 'Mezzio\Router\RouteResult|false' for Mezzio\CorsTest\Service\_github_workspace_test_Service_ConfigurationLocatorTest_php_285_9675::next is not nullable, but 'Mezzio\Router\RouteResult|null' contains null (see https://psalm.dev/144)
|
NullableReturnStatement:
test/Service/ConfigurationLocatorTest.php#L300
test/Service/ConfigurationLocatorTest.php:300:24: NullableReturnStatement: The declared return type 'Mezzio\Router\RouteResult|false' for Mezzio\CorsTest\Service\_github_workspace_test_Service_ConfigurationLocatorTest_php_285_9675::next is not nullable, but the function returns 'Mezzio\Router\RouteResult|null' (see https://psalm.dev/139)
|
InvalidNullableReturnType:
test/Service/ConfigurationLocatorTest.php#L409
test/Service/ConfigurationLocatorTest.php:409:37: InvalidNullableReturnType: The declared return type 'Mezzio\Router\RouteResult|false' for Mezzio\CorsTest\Service\_github_workspace_test_Service_ConfigurationLocatorTest_php_398_13436::next is not nullable, but 'Mezzio\Router\RouteResult|null' contains null (see https://psalm.dev/144)
|
NullableReturnStatement:
test/Service/ConfigurationLocatorTest.php#L411
test/Service/ConfigurationLocatorTest.php:411:24: NullableReturnStatement: The declared return type 'Mezzio\Router\RouteResult|false' for Mezzio\CorsTest\Service\_github_workspace_test_Service_ConfigurationLocatorTest_php_398_13436::next is not nullable, but the function returns 'Mezzio\Router\RouteResult|null' (see https://psalm.dev/139)
|