qiniu/php-sdk

php8.1+ 报 Deprecated

Opened this issue · 5 comments

nfhh commented

Deprecated: Qiniu\Config::__construct(): Implicitly marking parameter $z as nullable is deprecated, the explicit nullable type must be used instead in C:\Users\Administrator\Herd\newgtb\vendor\qiniu\php-sdk\src\Qiniu\Config.php on line 44

弃用警告:Qiniu\Config 类的构造函数中,参数 $z 被隐式标记为可空类型(nullable),这是被弃用的做法。你需要明确地使用 ? 来声明其为可空类型。
public function __construct(Region $z = null) {

要改为

public function __construct(?Zone $z = null) {

感谢反馈

nfhh commented

感谢反馈

什么时候更新下啊?

感谢反馈

什么时候更新下啊?

感谢反馈

什么时候更新下啊?

PHP Deprecated: Qiniu\Config::__construct(): Implicitly marking parameter $z as nullable is deprecated, the explicit nullable type must be used instead in /www/vendor/qiniu/php-sdk/src/Qiniu/Config.php on line 44

Deprecated: Qiniu\Config::__construct(): Implicitly marking parameter $z as nullable is deprecated, the explicit nullable type must be used instead in /www/vendor/qiniu/php-sdk/src/Qiniu/Config.php on line 44

我的好兄弟,更新下这个错误提示吧