diff --git a/src/Constrict/Message.php b/src/Constrict/Message.php index 8e9d4fb..c05d2f7 100644 --- a/src/Constrict/Message.php +++ b/src/Constrict/Message.php @@ -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. *