Completed
Push — dev ( 9392d7...313ec9 )
by James Ekow Abaka
01:32
created
src/filesystem/Directory.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
      * @throws FilesystemException
167 167
      * @throws FileNotFoundException
168 168
      * @throws FileNotReadableException
169
-     * @return array<FileInterface>
169
+     * @return FileCollection
170 170
      */
171 171
     public function getFiles() : FileCollection
172 172
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace ntentan\utils\filesystem;
4 4
 
5
+use ntentan\utils\Filesystem;
5 6
 use ntentan\utils\exceptions\FileAlreadyExistsException;
6 7
 use ntentan\utils\exceptions\FileNotFoundException;
7 8
 use ntentan\utils\exceptions\FileNotReadableException;
8 9
 use ntentan\utils\exceptions\FileNotWriteableException;
9
-use ntentan\utils\Filesystem;
10 10
 use ntentan\utils\exceptions\FilesystemException;
11 11
 
12 12
 /**
Please login to merge, or discard this patch.