Skip to content

Update dependency psr/http-message to v2 #306

Update dependency psr/http-message to v2

Update dependency psr/http-message to v2 #306

Triggered via pull request April 6, 2023 18:52
Status Failure
Total duration 2m 31s
Artifacts

continuous-integration.yml

on: pull_request
ci  /  Generate job matrix
9s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
TypeDoesNotContainType: src/Uri.php#L223
src/Uri.php:223:15: TypeDoesNotContainType: Type string for $scheme is always !string (see https://psalm.dev/056)
TypeDoesNotContainType: src/Uri.php#L227
src/Uri.php:227:17: TypeDoesNotContainType: Type never for $scheme is never object (see https://psalm.dev/056)
MixedArgument: src/Uri.php#L227
src/Uri.php:227:17: MixedArgument: Argument 3 of sprintf cannot be mixed|string, expecting float|int|string (see https://psalm.dev/030)
RedundantCondition: src/Uri.php#L227
src/Uri.php:227:55: RedundantCondition: Type never for $scheme is never object (see https://psalm.dev/122)
TypeDoesNotContainType: src/Uri.php#L260
src/Uri.php:260:15: TypeDoesNotContainType: Type string for $user is always !string (see https://psalm.dev/056)
TypeDoesNotContainType: src/Uri.php#L264
src/Uri.php:264:17: TypeDoesNotContainType: Type never for $user is never object (see https://psalm.dev/056)
MixedArgument: src/Uri.php#L264
src/Uri.php:264:17: MixedArgument: Argument 3 of sprintf cannot be mixed|string, expecting float|int|string (see https://psalm.dev/030)
RedundantCondition: src/Uri.php#L264
src/Uri.php:264:51: RedundantCondition: Type never for $user is never object (see https://psalm.dev/122)
TypeDoesNotContainType: src/Uri.php#L267
src/Uri.php:267:13: TypeDoesNotContainType: Type string for $password is always !string (see https://psalm.dev/056)
TypeDoesNotContainType: src/Uri.php#L271
src/Uri.php:271:17: TypeDoesNotContainType: Type never for $password is never object (see https://psalm.dev/056)