Laravel version update
Laravel version update
This commit is contained in:
2
vendor/guzzlehttp/psr7/src/LimitStream.php
vendored
2
vendor/guzzlehttp/psr7/src/LimitStream.php
vendored
@@ -21,7 +21,7 @@ class LimitStream implements StreamInterface
|
||||
* @param StreamInterface $stream Stream to wrap
|
||||
* @param int $limit Total number of bytes to allow to be read
|
||||
* from the stream. Pass -1 for no limit.
|
||||
* @param int|null $offset Position to seek to before reading (only
|
||||
* @param int $offset Position to seek to before reading (only
|
||||
* works on seekable streams).
|
||||
*/
|
||||
public function __construct(
|
||||
|
||||
Reference in New Issue
Block a user