Completed
Pull Request — master (#3)
by Harry
03:17
created
src/Node/LocalFile.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,9 +15,7 @@
 block discarded – undo
15 15
 
16 16
 use Graze\DataFile\Modify\Compress\CompressionFactory;
17 17
 use GuzzleHttp\Psr7\LazyOpenStream;
18
-use GuzzleHttp\Psr7\Stream;
19 18
 use League\Flysystem\Adapter\Local;
20
-use League\Flysystem\Filesystem;
21 19
 use Psr\Http\Message\StreamInterface;
22 20
 
23 21
 class LocalFile extends FileNode implements LocalFileNodeInterface, NodeStreamInterface
Please login to merge, or discard this patch.