fix: Don't call PlaylistArchiveStream parent constructor
Because it messes with the output buffer Fixes #215
This commit is contained in:
parent
7ab4c55550
commit
07261db27b
5 changed files with 537 additions and 202 deletions
4
phpstan.neon
Normal file
4
phpstan.neon
Normal file
|
@ -0,0 +1,4 @@
|
|||
parameters:
|
||||
ignoreErrors:
|
||||
# The Archive constructor messes up the output buffering.
|
||||
- '#Alltube\\PlaylistArchiveStream::__construct\(\) does not call parent constructor from Barracuda\\ArchiveStream\\TarArchive\.#'
|
Loading…
Add table
Add a link
Reference in a new issue