@@ -166,7 +166,7 @@ |
||
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 | { |
@@ -2,11 +2,11 @@ |
||
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 | /** |