for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Chrisyue\PhpM3u8\M3u8\Core;
class Playlist extends AbstractAnnotationReadable
{
public function dump($result)
$this->getLines()->write(['tag' => '#EXTM3U']);
parent::dump($result);
}
protected function shouldParseNextLine($result)
return true;