This commit is contained in:
2023-04-16 14:24:30 +08:00
parent 8bce96acbc
commit 0c7275f5b1
+2 -4
View File
@@ -37,10 +37,8 @@ class Message extends Component implements MessageInterface
/**
*
*/
public function __construct()
public function init(): void
{
parent::__construct();
$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.
*
* 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
* a comma.
*