This commit is contained in:
2021-09-10 11:10:49 +08:00
parent 16ad6757d4
commit bf531d4022
+9
View File
@@ -25,6 +25,15 @@ class Response implements ResponseInterface
protected string $reasonPhrase = '';
/**
* __construct
*/
public function __construct()
{
$this->stream = new Stream();
}
/**
* @return int
*/