Aggiornato Composer
This commit is contained in:
5
vendor/guzzlehttp/psr7/src/CachingStream.php
vendored
5
vendor/guzzlehttp/psr7/src/CachingStream.php
vendored
@@ -20,6 +20,11 @@ final class CachingStream implements StreamInterface
|
||||
/** @var int Number of bytes to skip reading due to a write on the buffer */
|
||||
private $skipReadBytes = 0;
|
||||
|
||||
/**
|
||||
* @var StreamInterface
|
||||
*/
|
||||
private $stream;
|
||||
|
||||
/**
|
||||
* We will treat the buffer object as the body of the stream
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user