变更
This commit is contained in:
@@ -37,10 +37,8 @@ class Message extends Component implements MessageInterface
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function __construct()
|
public function init(): void
|
||||||
{
|
{
|
||||||
parent::__construct();
|
|
||||||
|
|
||||||
$this->stream = new Stream();
|
$this->stream = new Stream();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -193,7 +191,7 @@ class Message extends Component implements MessageInterface
|
|||||||
/**
|
/**
|
||||||
* Retrieves a comma-separated string of the values for a single header.
|
* Retrieves a comma-separated string of the values for a single header.
|
||||||
*
|
*
|
||||||
* This method returns all of the header values of the given
|
* This method returns all the header values of the given
|
||||||
* case-insensitive header name as a string concatenated together using
|
* case-insensitive header name as a string concatenated together using
|
||||||
* a comma.
|
* a comma.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user