改名
This commit is contained in:
@@ -25,6 +25,15 @@ class Response implements ResponseInterface
|
||||
protected string $reasonPhrase = '';
|
||||
|
||||
|
||||
/**
|
||||
* __construct
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->stream = new Stream();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return int
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user