Ai
1 Star 1 Fork 73

第三方项目代码/wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
phpstan.neon 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
耐小心 提交于 2019-10-27 07:47 +08:00 . 修复TestCase,PHPStan错误 (#1711)
parameters:
level: 3
paths:
- src
inferPrivatePropertyTypeFromConstructor: true
ignoreErrors:
- '#EasyWeChat\\MicroMerchant\\Kernel\\BaseClient::__construct\(\) does not call parent constructor from EasyWeChat\\Payment\\Kernel\\BaseClient#'
- '#Psr.*Exception is not subtype of Throwable#'
- '#Call to an undefined method Overtrue\\Socialite\\ProviderInterface#'
- '#Access to an undefined property .*\$base#'
- '#Call to an undefined method EasyWeChat\\Payment\\Application::verifySignature\(\)#'
- '#Access to an undefined property EasyWeChat\\Kernel\\Messages\\Raw::\$content#'
- '#Default value of the parameter \#2 \$depth \(INF.0\) of method EasyWeChat\\Kernel\\Support\\Arr::flatten\(\) is incompatible with type int#'
- '#Access to an undefined property EasyWeChat\\Kernel\\ServiceContainer::\$extension#'
- '#Method EasyWeChat\\Kernel\\Contracts\\MessageInterface::transformToXml\(\) invoked with 1 parameter, 0 required#'
- '#Method EasyWeChat\\Kernel\\Support\\Collection::__set_state\(\) should return object but returns array#'
- '#Property EasyWeChat\\Payment\\Kernel\\BaseClient::\$app \(EasyWeChat\\Payment\\Application\) does not accept EasyWeChat\\MicroMerchant\\Application#'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/third_party_project_code/wechat.git
git@gitee.com:third_party_project_code/wechat.git
third_party_project_code
wechat
wechat
master

搜索帮助