w7corp / easywechat

📦 一个 PHP 微信 SDK
https://easywechat.com
MIT License
10.26k stars 2.41k forks source link

Deprecated:Passing null to parameter of type int #2788

Closed jeyfang0110 closed 6 months ago

jeyfang0110 commented 7 months ago

我用的环境

问题及现象

在PHP8.1的版本下,运行会有deprecated提示,具体报错为

PHP Deprecated:  Exception::__construct(): Passing null to parameter #2 ($code) of type int is deprecated in ***/vendor/w7corp/easywechat/src/Kernel/Exceptions/HttpException.php on line 43

我看到在6.15.0已经调整了参数,期望针对5.x版本做修复