We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dadb2b + 8efae50 commit a7c996cCopy full SHA for a7c996c
src/Qiniu/Processing/Operation.php
@@ -38,7 +38,7 @@ public function execute($key, $fops)
38
if (!$resp->ok()) {
39
return array(null, new Error($url, $resp));
40
}
41
- if ($resp->json() != null) {
+ if ($resp->json() !== null) {
42
return array($resp->json(), null);
43
44
return array($resp->body, null);
0 commit comments