Skip to content

Update oauth.md

Update oauth.md #1660

Re-run triggered February 21, 2024 12:05
Status Failure
Total duration 39s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Kernel/Form/File.php#L77
Parameter #1 $contents of static method EasyWeChat\Kernel\Form\File::fromContents() expects string, mixed given.
PHPStan: src/Kernel/HttpClient/AccessTokenAwareClient.php#L45
Property class@anonymous/Kernel/Traits/MockableHttpClient.php:39::$client (Symfony\Contracts\HttpClient\HttpClientInterface) does not accept Mockery\Mock|Symfony\Contracts\HttpClient\HttpClientInterface.
PHPStan: src/Kernel/HttpClient/RequestUtil.php#L112
Cannot access offset 'Content-Type' on mixed.
PHPStan: src/Kernel/HttpClient/RequestUtil.php#L112
Cannot access offset 'content-type' on mixed.
PHPStan: src/Kernel/ServerResponse.php#L45
Method EasyWeChat\Kernel\ServerResponse::withProtocolVersion() should return static(EasyWeChat\Kernel\ServerResponse) but returns Psr\Http\Message\ResponseInterface.
PHPStan: src/Kernel/ServerResponse.php#L70
Method EasyWeChat\Kernel\ServerResponse::withHeader() should return static(EasyWeChat\Kernel\ServerResponse) but returns Psr\Http\Message\ResponseInterface.
PHPStan: src/Kernel/ServerResponse.php#L75
Method EasyWeChat\Kernel\ServerResponse::withAddedHeader() should return static(EasyWeChat\Kernel\ServerResponse) but returns Psr\Http\Message\ResponseInterface.
PHPStan: src/Kernel/ServerResponse.php#L80
Method EasyWeChat\Kernel\ServerResponse::withoutHeader() should return static(EasyWeChat\Kernel\ServerResponse) but returns Psr\Http\Message\ResponseInterface.
PHPStan: src/Kernel/ServerResponse.php#L90
Method EasyWeChat\Kernel\ServerResponse::withBody() should return static(EasyWeChat\Kernel\ServerResponse) but returns Psr\Http\Message\ResponseInterface.
PHPStan: src/Kernel/Support/PublicKey.php#L33
Offset 'serialNumberHex' on array on left side of ?? always exists and is not nullable.