Skip to content

Commit c8c21a9

Browse files
authored
Update AbstractMessage.php
1 parent aeb1b38 commit c8c21a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Io/AbstractMessage.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ public function getProtocolVersion(): string
7575

7676
/**
7777
* @inheritdoc
78+
* @return MessageInterface
7879
*/
79-
public function withProtocolVersion(string $version): MessageInterface
80+
public function withProtocolVersion(string $version)
8081
{
8182
if ((string) $version === $this->protocolVersion) {
8283
return $this;

0 commit comments

Comments
 (0)