Completed
Push — releases/v0.2 ( c1372d...b175d8 )
by Luke
05:30
created
src/CSVelte/IO/File.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,6 @@
 block discarded – undo
22 22
 use CSVelte\Contract\Writable;
23 23
 use CSVelte\Contract\Seekable;
24 24
 
25
-use CSVelte\Exception\NotYetImplementedException;
26
-
27 25
 /**
28 26
  * CSVelte File.
29 27
  *
Please login to merge, or discard this patch.
src/CSVelte/IO/Stream.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -16,14 +16,11 @@
 block discarded – undo
16 16
 use CSVelte\Traits\IsReadable;
17 17
 use CSVelte\Traits\IsWritable;
18 18
 use CSVelte\Traits\IsSeekable;
19
-
20 19
 use CSVelte\Contract\Readable;
21 20
 use CSVelte\Contract\Writable;
22 21
 use CSVelte\Contract\Seekable;
23 22
 
24 23
 use \InvalidArgumentException;
25
-use CSVelte\Exception\NotYetImplementedException;
26
-use CSVelte\Exception\EndOfFileException;
27 24
 use CSVelte\Exception\IOException;
28 25
 
29 26
 /**
Please login to merge, or discard this patch.