Completed
Pull Request — develop (#27)
by Chris
10:31
created
src/M3u8/Core/AbstractAnnotationReadable.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/M3u8/PropertyReader/Reader.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.