Skip to content

Commit 904d1b3

Browse files
authored
Update AbstractMessage.php
1 parent 72bcbcf commit 904d1b3

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
@@ -99,8 +99,9 @@ public function getHeaders(): array
9999

100100
/**
101101
* @inheritdoc
102+
* @param string $name
102103
*/
103-
public function hasHeader(string $name): bool
104+
public function hasHeader($name): bool
104105
{
105106
return isset($this->headerNamesLowerCase[\strtolower($name)]);
106107
}

0 commit comments

Comments
 (0)