- Restored PHP 8.3 compatibility.
This commit is contained in:
parent
a4b02607f3
commit
9ff4d6c44d
@ -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