Update dependency vimeo/psalm to v6 #404
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
6s
Matrix: ci / QA Checks
Annotations
10 errors
MissingOverrideAttribute:
src/CsrfMiddleware.php#L33
src/CsrfMiddleware.php:33:5: MissingOverrideAttribute: Method Mezzio\Csrf\CsrfMiddleware::process should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/FlashCsrfGuard.php#L18
src/FlashCsrfGuard.php:18:5: MissingOverrideAttribute: Method Mezzio\Csrf\FlashCsrfGuard::generatetoken should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/FlashCsrfGuard.php#L25
src/FlashCsrfGuard.php:25:5: MissingOverrideAttribute: Method Mezzio\Csrf\FlashCsrfGuard::validatetoken should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/FlashCsrfGuardFactory.php#L17
src/FlashCsrfGuardFactory.php:17:5: MissingOverrideAttribute: Method Mezzio\Csrf\FlashCsrfGuardFactory::createguardfromrequest should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/SessionCsrfGuard.php#L18
src/SessionCsrfGuard.php:18:5: MissingOverrideAttribute: Method Mezzio\Csrf\SessionCsrfGuard::generatetoken should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/SessionCsrfGuard.php#L25
src/SessionCsrfGuard.php:25:5: MissingOverrideAttribute: Method Mezzio\Csrf\SessionCsrfGuard::validatetoken should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
src/SessionCsrfGuardFactory.php#L17
src/SessionCsrfGuardFactory.php:17:5: MissingOverrideAttribute: Method Mezzio\Csrf\SessionCsrfGuardFactory::createguardfromrequest should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
test/ConfigProviderTest.php#L15
test/ConfigProviderTest.php:15:5: MissingOverrideAttribute: Method MezzioTest\Csrf\ConfigProviderTest::setup should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
test/CsrfMiddlewareTest.php#L22
test/CsrfMiddlewareTest.php:22:5: MissingOverrideAttribute: Method MezzioTest\Csrf\CsrfMiddlewareTest::setup should have the "Override" attribute (see https://psalm.dev/358)
|
MissingOverrideAttribute:
test/FlashCsrfGuardTest.php#L19
test/FlashCsrfGuardTest.php:19:5: MissingOverrideAttribute: Method MezzioTest\Csrf\FlashCsrfGuardTest::setup should have the "Override" attribute (see https://psalm.dev/358)
|