Skip to content

Commit 72bcbcf

Browse files
authored
Update AbstractMessage.php
1 parent 2df84ca commit 72bcbcf

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+
* @param string $version
7879
*/
79-
public function withProtocolVersion(string $version): self
80+
public function withProtocolVersion($version): self
8081
{
8182
if ((string) $version === $this->protocolVersion) {
8283
return $this;

0 commit comments

Comments
 (0)