We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb1b38 commit c8c21a9Copy full SHA for c8c21a9
1 file changed
src/Io/AbstractMessage.php
@@ -75,8 +75,9 @@ public function getProtocolVersion(): string
75
76
/**
77
* @inheritdoc
78
+ * @return MessageInterface
79
*/
- public function withProtocolVersion(string $version): MessageInterface
80
+ public function withProtocolVersion(string $version)
81
{
82
if ((string) $version === $this->protocolVersion) {
83
return $this;
0 commit comments