@@ -15,7 +15,7 @@ |
||
15 | 15 | /** |
16 | 16 | * @param string $path |
17 | 17 | * |
18 | - * @return mixed |
|
18 | + * @return TemporaryDirectory |
|
19 | 19 | */ |
20 | 20 | public static function create($path = '') |
21 | 21 | { |
@@ -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 | { |