Fix indent
This commit is contained in:
parent
29ceef6552
commit
b0b1841642
@ -65,7 +65,7 @@ class HttpRequestManager extends RequestManager implements IRequestManager
|
|||||||
'connect_timeout' => $this->timeout
|
'connect_timeout' => $this->timeout
|
||||||
]);
|
]);
|
||||||
/**
|
/**
|
||||||
* @var StreamInterface $stream;
|
* @var StreamInterface $stream ;
|
||||||
*/
|
*/
|
||||||
$stream = $res->getBody();
|
$stream = $res->getBody();
|
||||||
$json = json_decode($stream);
|
$json = json_decode($stream);
|
||||||
|
Loading…
Reference in New Issue
Block a user