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