Commaaa2
This commit is contained in:
2
vendor/guzzlehttp/psr7/src/CachingStream.php
vendored
2
vendor/guzzlehttp/psr7/src/CachingStream.php
vendored
@@ -33,7 +33,7 @@ final class CachingStream implements StreamInterface
|
||||
*/
|
||||
public function __construct(
|
||||
StreamInterface $stream,
|
||||
StreamInterface $target = null
|
||||
?StreamInterface $target = null
|
||||
) {
|
||||
$this->remoteStream = $stream;
|
||||
$this->stream = $target ?: new Stream(Utils::tryFopen('php://temp', 'r+'));
|
||||
|
||||
Reference in New Issue
Block a user