Skip to content

Update dependency vimeo/psalm to v6 #349

Update dependency vimeo/psalm to v6

Update dependency vimeo/psalm to v6 #349

Triggered via push February 17, 2025 06:58
Status Failure
Total duration 4m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
ci  /  Generate job matrix
8s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ClassMustBeFinal: src/ConfigProvider.php#L21
src/ConfigProvider.php:21:7: ClassMustBeFinal: Class Laminas\Router\ConfigProvider is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Exception/InvalidArgumentException.php#L7
src/Exception/InvalidArgumentException.php:7:7: ClassMustBeFinal: Class Laminas\Router\Exception\InvalidArgumentException is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Exception/RuntimeException.php#L7
src/Exception/RuntimeException.php:7:7: ClassMustBeFinal: Class Laminas\Router\Exception\RuntimeException is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Http/Chain.php#L30
src/Http/Chain.php:30:7: ClassMustBeFinal: Class Laminas\Router\Http\Chain is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Http/Hostname.php#L42
src/Http/Hostname.php:42:7: ClassMustBeFinal: Class Laminas\Router\Http\Hostname is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Http/HttpRouterFactory.php#L13
src/Http/HttpRouterFactory.php:13:7: ClassMustBeFinal: Class Laminas\Router\Http\HttpRouterFactory is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Http/Literal.php#L21
src/Http/Literal.php:21:7: ClassMustBeFinal: Class Laminas\Router\Http\Literal is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Http/Method.php#L23
src/Http/Method.php:23:7: ClassMustBeFinal: Class Laminas\Router\Http\Method is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Http/Part.php#L26
src/Http/Part.php:26:7: ClassMustBeFinal: Class Laminas\Router\Http\Part is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
PossiblyNullReference: src/Http/Part.php#L172
src/Http/Part.php:172:42: PossiblyNullReference: Cannot call method match on possibly null value (see https://psalm.dev/083)