A lot of Fixings

This commit is contained in:
Philipp
2021-08-20 20:05:41 +02:00
parent 06371d29a6
commit 65ca164487
7 changed files with 16 additions and 25 deletions
+6
View File
@@ -145,4 +145,10 @@ class GuzzleResponse extends Response implements IHTTPResult, ResponseInterface
{
return $this->isTimeout;
}
/// @todo - fix mismatching use of "getBody()" as string here and parent "getBody()" as streaminterface
public function getBody()
{
return parent::getBody()->getContents();
}
}