- Restored PHP 8.3 compatibility.
This commit is contained in:
parent
78d2d9d291
commit
86fba55a30
@ -63,6 +63,6 @@ class HttpFactory implements HttpFactoryInterface
|
|||||||
|
|
||||||
public static function createStream(string $content): StreamInterface
|
public static function createStream(string $content): StreamInterface
|
||||||
{
|
{
|
||||||
return new StreamFactory()->createStream($content);
|
return (new StreamFactory())->createStream($content);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user