Aggiornato Composer
This commit is contained in:
3
vendor/guzzlehttp/psr7/src/LimitStream.php
vendored
3
vendor/guzzlehttp/psr7/src/LimitStream.php
vendored
@@ -19,6 +19,9 @@ final class LimitStream implements StreamInterface
|
||||
/** @var int Limit the number of bytes that can be read */
|
||||
private $limit;
|
||||
|
||||
/** @var StreamInterface */
|
||||
private $stream;
|
||||
|
||||
/**
|
||||
* @param StreamInterface $stream Stream to wrap
|
||||
* @param int $limit Total number of bytes to allow to be read
|
||||
|
||||
Reference in New Issue
Block a user