Skip to content

Commit 66fd9f6

Browse files
committed
fix code to actually be compatible with psr/http-message 2
1 parent 2ccee04 commit 66fd9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Decorator/StreamDecorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function __toString()
2727
/**
2828
* {@inheritdoc}
2929
*/
30-
public function close()
30+
public function close(): void
3131
{
3232
$this->stream->close();
3333
}

0 commit comments

Comments
 (0)