-
Notifications
You must be signed in to change notification settings - Fork 426
Open
Description
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) {
490626721 and el0310-axin
Metadata
Metadata
Assignees
Labels
No labels