Update dependency vimeo/psalm to v6 #349
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
continuous-integration.yml
on: push
ci
/
Generate job matrix
8s
Matrix: ci / QA Checks
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)
|