Skip to content

Commit e145428

Browse files
authored
format code (#7654)
1 parent 07b5999 commit e145428

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Stream/StandardStream.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
use InvalidArgumentException;
1717
use Psr\Http\Message\StreamInterface;
1818
use RuntimeException;
19+
use Stringable;
1920

2021
use function clearstatcache;
2122
use function fclose;
@@ -42,7 +43,7 @@
4243
* Author: Martijn van der Ven <[email protected]>.
4344
* @license https://github.com/Nyholm/psr7/blob/master/LICENSE
4445
*/
45-
final class StandardStream implements StreamInterface
46+
final class StandardStream implements Stringable, StreamInterface
4647
{
4748
/** @var array Hash of readable and writable stream types */
4849
private const READ_WRITE_HASH = [

0 commit comments

Comments
 (0)