Skip to content

Commit aeb1b38

Browse files
authored
Update EmptyBodyStream.php
1 parent 309708d commit aeb1b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Io/EmptyBodyStream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function getSize(): ?int
8787
}
8888

8989
/** @ignore */
90-
public function __toString()
90+
public function __toString(): string
9191
{
9292
return '';
9393
}

0 commit comments

Comments
 (0)