fix: docs (#2838) #1702
Annotations
10 errors
Run PHPStan:
src/Kernel/Form/File.php#L77
Parameter #1 $contents of static method EasyWeChat\Kernel\Form\File::fromContents() expects string, mixed given.
|
Run 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.
|
Run PHPStan:
src/Kernel/ServerResponse.php#L43
Method EasyWeChat\Kernel\ServerResponse::withProtocolVersion() should return static(EasyWeChat\Kernel\ServerResponse) but returns Psr\Http\Message\ResponseInterface.
|
Run PHPStan:
src/Kernel/ServerResponse.php#L68
Method EasyWeChat\Kernel\ServerResponse::withHeader() should return static(EasyWeChat\Kernel\ServerResponse) but returns Psr\Http\Message\ResponseInterface.
|
Run PHPStan:
src/Kernel/ServerResponse.php#L73
Method EasyWeChat\Kernel\ServerResponse::withAddedHeader() should return static(EasyWeChat\Kernel\ServerResponse) but returns Psr\Http\Message\ResponseInterface.
|
Run PHPStan:
src/Kernel/ServerResponse.php#L78
Method EasyWeChat\Kernel\ServerResponse::withoutHeader() should return static(EasyWeChat\Kernel\ServerResponse) but returns Psr\Http\Message\ResponseInterface.
|
Run PHPStan:
src/Kernel/ServerResponse.php#L88
Method EasyWeChat\Kernel\ServerResponse::withBody() should return static(EasyWeChat\Kernel\ServerResponse) but returns Psr\Http\Message\ResponseInterface.
|
Run PHPStan:
src/Kernel/Support/PublicKey.php#L33
Offset 'serialNumberHex' on array on left side of ?? always exists and is not nullable.
|
Run PHPStan:
src/Kernel/Traits/InteractWithHandlers.php (in context of class EasyWeChat/OfficialAccount/Server)#L80
Parameter #1 $object of function spl_object_hash expects object, callable given.
|
Run PHPStan:
src/Kernel/Traits/InteractWithHandlers.php (in context of class EasyWeChat/OfficialAccount/Server)#L81
Match arm is unreachable because previous comparison is always true.
|
Loading