@@ -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() |
@@ -49,9 +49,9 @@ |
||
49 | 49 | /** |
50 | 50 | * @param array $dumpConfiguration |
51 | 51 | * |
52 | - * @param $dbDumper |
|
52 | + * @param DbDumper $dbDumper |
|
53 | 53 | * |
54 | - * @return mixed |
|
54 | + * @return DbDumper |
|
55 | 55 | */ |
56 | 56 | protected static function processExtraDumpParameters(array $dumpConfiguration, $dbDumper): DbDumper |
57 | 57 | { |
@@ -65,7 +65,7 @@ |
||
65 | 65 | } |
66 | 66 | |
67 | 67 | /** |
68 | - * @return \Generator|string[] |
|
68 | + * @return \Generator |
|
69 | 69 | */ |
70 | 70 | public function selectedFiles() |
71 | 71 | { |
@@ -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 | { |
@@ -168,6 +168,9 @@ |
||
168 | 168 | ->toArray(); |
169 | 169 | } |
170 | 170 | |
171 | + /** |
|
172 | + * @return string |
|
173 | + */ |
|
171 | 174 | protected function createZipContainingEveryFileInManifest(Manifest $manifest) |
172 | 175 | { |
173 | 176 | consoleOutput()->info("Zipping {$manifest->count()} files..."); |