Completed
Pull Request — master (#161)
by Sebastian
03:49
created
src/Tasks/Backup/FileSelection.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-     * @return Generator|string
67
+     * @return \Generator
68 68
      */
69 69
     public function getSelectedFiles()
70 70
     {
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
     /**
133 133
      * @param $paths
134 134
      *
135
-     * @return static
135
+     * @return \Illuminate\Support\Collection
136 136
      */
137 137
     protected function createPathCollection($paths)
138 138
     {
Please login to merge, or discard this patch.