for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Chrisyue\PhpM3u8\PropertyReader;
trait PropertyReaderAwareTrait
{
private $reader;
public function setReader(PropertyReaderInterface $reader)
$this->reader = $reader;
}