We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5bcb5 commit e45338dCopy full SHA for e45338d
src/Qiniu/Http/Response.php
@@ -90,7 +90,7 @@ public function __construct($code, $duration, array $headers = [], $body = null,
90
91
if ($body == null) {
92
if ($code != 200) {
93
- $this->error = self::statusTexts[$code];
+ $this->error = self::$statusTexts[$code];
94
}
95
return;
96
0 commit comments