@@ -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 | { |
@@ -11,7 +11,6 @@ |
||
11 | 11 | /** |
12 | 12 | * Get the notification's delivery channels. |
13 | 13 | * |
14 | - * @param mixed $notifiable |
|
15 | 14 | * @return array |
16 | 15 | */ |
17 | 16 | public function via() |
@@ -53,7 +53,7 @@ |
||
53 | 53 | } |
54 | 54 | |
55 | 55 | /** |
56 | - * @return \Generator|string[] |
|
56 | + * @return \Generator |
|
57 | 57 | */ |
58 | 58 | public function files() |
59 | 59 | { |