We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641e9f8 commit 520dd0eCopy full SHA for 520dd0e
src/StreamInterface.php
@@ -25,7 +25,7 @@ interface StreamInterface
25
* @see http://php.net/manual/en/language.oop5.magic.php#object.tostring
26
* @return string
27
*/
28
- public function __toString();
+ public function __toString(): string;
29
30
/**
31
* Closes the stream and any underlying resources.
src/UriInterface.php
@@ -320,5 +320,5 @@ public function withFragment(string $fragment): UriInterface;
320
* @see http://tools.ietf.org/html/rfc3986#section-4.1
321
322
323
324
}
0 commit comments