Completed
Push — dev ( 397072...03b82e )
by James Ekow Abaka
01:33
created
src/filesystem/FileCollection.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,10 +4,7 @@
 block discarded – undo
4 4
 namespace ntentan\utils\filesystem;
5 5
 
6 6
 
7
-use ntentan\utils\exceptions\FileNotFoundException;
8
-use ntentan\utils\exceptions\FilesystemException;
9 7
 use ntentan\utils\Filesystem;
10
-use test\base;
11 8
 
12 9
 class FileCollection implements \Iterator, \ArrayAccess, FileInterface
13 10
 {
Please login to merge, or discard this patch.