Fix indent

This commit is contained in:
1099511627776 2019-01-13 12:24:06 +02:00
parent 29ceef6552
commit b0b1841642

View File

@ -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();