Fix indent
This commit is contained in:
parent
29ceef6552
commit
b0b1841642
@ -64,9 +64,9 @@ class HttpRequestManager extends RequestManager implements IRequestManager
|
|||||||
'timeout' => $this->timeout,
|
'timeout' => $this->timeout,
|
||||||
'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);
|
||||||
$stream->close();
|
$stream->close();
|
||||||
|
Loading…
Reference in New Issue
Block a user