Aggiornato Composer
This commit is contained in:
@@ -17,6 +17,9 @@ final class DroppingStream implements StreamInterface
|
||||
/** @var int */
|
||||
private $maxLength;
|
||||
|
||||
/** @var StreamInterface */
|
||||
private $stream;
|
||||
|
||||
/**
|
||||
* @param StreamInterface $stream Underlying stream to decorate.
|
||||
* @param int $maxLength Maximum size before dropping data.
|
||||
|
||||
Reference in New Issue
Block a user