File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 "php-http/mock-client" : " *" ,
2626 "phpstan/phpstan" : " ^1.1" ,
2727 "phpstan/phpstan-phpunit" : " ^1.0" ,
28- "psalm/plugin-phpunit" : " ^0.16 " ,
28+ "psalm/plugin-phpunit" : " ^0.18.4 " ,
2929 "open-telemetry/sdk" : " ^1.0" ,
3030 "phpunit/phpunit" : " ^9.5" ,
31- "vimeo/psalm" : " ^4 .0" ,
31+ "vimeo/psalm" : " ^5 .0" ,
3232 "symfony/http-client" : " ^5.4||^6.0" ,
3333 "symfony/messenger" : " ^5.4||^6.0" ,
3434 "open-telemetry/opentelemetry-propagation-traceresponse" : " *" ,
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ public static function instance(): self
2020 return $ instance ??= new self ();
2121 }
2222
23- /** @psalm-suppress InvalidReturnType */
23+ /** @psalm-suppress MoreSpecificReturnType */
2424 public function keys ($ carrier ): array
2525 {
2626 assert ($ carrier instanceof Request);
2727
28- /** @psalm-suppress InvalidReturnStatement */
28+ /** @psalm-suppress LessSpecificReturnStatement */
2929 return $ carrier ->headers ->keys ();
3030 }
3131
You can’t perform that action at this time.
0 commit comments