@@ -64,7 +64,7 @@ discard block |
||
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 |
||
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 | { |