Skip to content

Commit 8c5214b

Browse files
committed
Fix psalm issues
1 parent 6afb213 commit 8c5214b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frame.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public static function packFrame(Frame $frame): string
126126
* @return HeaderList
127127
* @internal
128128
*
129-
* @psalm-suppress InvalidReturnStatement, InvalidReturnType
129+
* @psalm-suppress LessSpecificReturnStatement, MoreSpecificReturnType
130130
*/
131131
public static function readHeader(string $header): array
132132
{

0 commit comments

Comments
 (0)