feat 新增刷新ticket #1594
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
lint.yml
on: pull_request
PHPStan
12s
PHP-CS-Fxier
34s
Annotations
11 errors
PHPStan:
src/Kernel/Form/File.php#L75
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#L110
Cannot access offset 'Content-Type' on mixed.
|
PHPStan:
src/Kernel/HttpClient/RequestUtil.php#L110
Cannot access offset 'content-type' on mixed.
|
PHPStan:
src/Kernel/Support/Arr.php#L32
No error to ignore is reported on line 32.
|
PHPStan:
src/Kernel/Support/Arr.php#L34
No error to ignore is reported on line 34.
|
PHPStan:
src/Kernel/Support/PublicKey.php#L32
Offset 'serialNumberHex' on array on left side of ?? always exists and is not nullable.
|
PHPStan:
src/Kernel/Traits/InteractWithHandlers.php (in context of class EasyWeChat/OfficialAccount/Server)#L79
Parameter #1 $object of function spl_object_hash expects object, callable given.
|
PHPStan:
src/Kernel/Traits/InteractWithHandlers.php (in context of class EasyWeChat/OfficialAccount/Server)#L80
Match arm is unreachable because previous comparison is always true.
|
PHPStan:
src/Kernel/Traits/InteractWithHandlers.php (in context of class EasyWeChat/OpenPlatform/Server)#L79
Parameter #1 $object of function spl_object_hash expects object, callable given.
|
PHP-CS-Fxier
Process completed with exit code 1.
|