Update dependency vimeo/psalm to v6 #400
Annotations
10 errors
Psalm [8.1, locked]:
src/LaminasRouter.php#L34
src/LaminasRouter.php:34:7: ClassMustBeFinal: Class Mezzio\Router\LaminasRouter is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
Psalm [8.1, locked]:
src/LaminasRouter.php#L76
src/LaminasRouter.php:76:5: MissingOverrideAttribute: Method Mezzio\Router\LaminasRouter::addroute should have the "Override" attribute (see https://psalm.dev/358)
|
Psalm [8.1, locked]:
src/LaminasRouter.php#L81
src/LaminasRouter.php:81:5: MissingOverrideAttribute: Method Mezzio\Router\LaminasRouter::match should have the "Override" attribute (see https://psalm.dev/358)
|
Psalm [8.1, locked]:
src/LaminasRouter.php#L107
src/LaminasRouter.php:107:5: MissingOverrideAttribute: Method Mezzio\Router\LaminasRouter::generateuri should have the "Override" attribute (see https://psalm.dev/358)
|
Psalm [8.1, locked]:
src/LaminasRouter/ConfigProvider.php#L10
src/LaminasRouter/ConfigProvider.php:10:7: ClassMustBeFinal: Class Mezzio\Router\LaminasRouter\ConfigProvider is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
Psalm [8.1, locked]:
test/ImplicitMethodsIntegrationTest.php#L12
test/ImplicitMethodsIntegrationTest.php:12:7: ClassMustBeFinal: Class MezzioTest\Router\ImplicitMethodsIntegrationTest is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
Psalm [8.1, locked]:
test/ImplicitMethodsIntegrationTest.php#L14
test/ImplicitMethodsIntegrationTest.php:14:5: MissingOverrideAttribute: Method MezzioTest\Router\ImplicitMethodsIntegrationTest::getrouter should have the "Override" attribute (see https://psalm.dev/358)
|
Psalm [8.1, locked]:
test/ImplicitMethodsIntegrationTest.php#L19
test/ImplicitMethodsIntegrationTest.php:19:5: MissingOverrideAttribute: Method MezzioTest\Router\ImplicitMethodsIntegrationTest::implicitroutesandrequests should have the "Override" attribute (see https://psalm.dev/358)
|
Psalm [8.1, locked]:
test/LaminasRouter/ConfigProviderTest.php#L13
test/LaminasRouter/ConfigProviderTest.php:13:7: ClassMustBeFinal: Class MezzioTest\Router\LaminasRouter\ConfigProviderTest is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
Psalm [8.1, locked]:
test/LaminasRouter/ConfigProviderTest.php#L17
test/LaminasRouter/ConfigProviderTest.php:17:5: MissingOverrideAttribute: Method MezzioTest\Router\LaminasRouter\ConfigProviderTest::setup should have the "Override" attribute (see https://psalm.dev/358)
|
Loading