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
|
@ -36,7 +36,8 @@ module.exports = function (grunt) {
|
|||
phpstan: {
|
||||
options: {
|
||||
level: 'max',
|
||||
bin: 'vendor/bin/phpstan'
|
||||
bin: 'vendor/bin/phpstan',
|
||||
config: 'phpstan.neon'
|
||||
},
|
||||
php: {
|
||||
src: ['*.php', 'classes/*.php', 'controllers/*.php']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue