Skip to content

Commit 7e4c7f8

Browse files
committed
format
1 parent ff33bc0 commit 7e4c7f8

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
@@ -117,7 +117,7 @@ public function __construct($code, $duration, array $headers = array(), $body =
117117
}
118118
}
119119

120-
public function json(array $config =array())
120+
public function json(array $config = array())
121121
{
122122
if ($this->jsonData != null) {
123123
return $this->jsonData;

0 commit comments

Comments
 (0)