Skip to content

Update dependency vimeo/psalm to v6 #403

Update dependency vimeo/psalm to v6

Update dependency vimeo/psalm to v6 #403

Triggered via push February 24, 2025 07:01
Status Failure
Total duration 3m 32s
Artifacts
ci  /  Generate job matrix
8s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

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)