This commit is contained in:
Pierre Rudloff 2020-05-14 00:26:36 +02:00
parent 1d9a709444
commit e81cbe70be

View file

@ -266,6 +266,8 @@ class PlaylistArchiveStream extends ZipArchive implements StreamInterface
* @param int $count Number of bytes to read * @param int $count Number of bytes to read
* *
* @return string|false * @return string|false
* @throws EmptyUrlException
* @throws PasswordException
*/ */
public function read($count) public function read($count)
{ {