Completed
Push — dev ( 397072...03b82e )
by James Ekow Abaka
01:33
created
src/filesystem/Directory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
      * @throws FilesystemException
170 170
      * @throws \ntentan\utils\exceptions\FileNotFoundException
171 171
      * @throws \ntentan\utils\exceptions\FileNotReadableException
172
-     * @return array<FileInterface>
172
+     * @return FileCollection
173 173
      */
174 174
     public function getFiles() : FileCollection
175 175
     {
Please login to merge, or discard this patch.
src/filesystem/FileCollection.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
         $this->iteratorIndex = 0;
19 19
     }
20 20
 
21
+    /**
22
+     * @param integer $index
23
+     */
21 24
     private function getInstance($index)
22 25
     {
23 26
         if(!isset($this->instances[$index])) {
Please login to merge, or discard this patch.