Remove obsolete phpstan rule
This commit is contained in:
parent
d4c1357c32
commit
1d9a709444
3 changed files with 3 additions and 5 deletions
|
@ -50,7 +50,10 @@ class PlaylistArchiveStream extends ZipArchive implements StreamInterface
|
|||
/**
|
||||
* PlaylistArchiveStream constructor.
|
||||
*
|
||||
* We don't call the parent constructor because it messes up the output buffering.
|
||||
*
|
||||
* @param Video $video Video/playlist to download
|
||||
* @noinspection PhpMissingParentConstructorInspection
|
||||
*/
|
||||
public function __construct(Video $video)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue