@@ -2,9 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Chrisyue\PhpM3u8\M3u8\Core; |
| 4 | 4 | |
| 5 | -use Chrisyue\PhpM3u8\Stream\StreamInterface; |
|
| 6 | -use Chrisyue\PhpM3u8\M3u8\M3u8Interface; |
|
| 7 | -use Chrisyue\PhpM3u8\ReaderAwareInterface; |
|
| 8 | 5 | use Chrisyue\PhpM3u8\M3u8\OptionsTrait; |
| 9 | 6 | |
| 10 | 7 | abstract class AbstractAnnotationReadable extends AbstractParentCore |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Doctrine\Common\Annotations\AnnotationRegistry; |
| 6 | 6 | use Doctrine\Common\Annotations\AnnotationReader; |
| 7 | -use Chrisyue\PhpM3u8\M3u8\Core\CoreInterface; |
|
| 8 | 7 | |
| 9 | 8 | /** |
| 10 | 9 | * @Annotation |