We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f214f24 commit 7bfe691Copy full SHA for 7bfe691
1 file changed
src/HttpMessage/Utility/Stream.php
@@ -29,7 +29,7 @@ class Stream
29
*
30
* @return string
31
*/
32
- public static function getContents(StreamInterface $stream)
+ public static function getContents(StreamInterface $stream): string
33
{
34
try {
35
$pos = $stream->tell();
0 commit comments