Skip to content

Commit e45338d

Browse files
committed
fixed syntax
1 parent 9f5bcb5 commit e45338d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qiniu/Http/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function __construct($code, $duration, array $headers = [], $body = null,
9090

9191
if ($body == null) {
9292
if ($code != 200) {
93-
$this->error = self::statusTexts[$code];
93+
$this->error = self::$statusTexts[$code];
9494
}
9595
return;
9696
}

0 commit comments

Comments
 (0)