@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | * If we can't figure where data goes, we will push it to a collection so the user can map it. |
59 | 59 | * Otherwise, we will update the record. |
60 | 60 | * |
61 | - * @param $excel |
|
61 | + * @param Collection $excel |
|
62 | 62 | */ |
63 | 63 | private function initialImport($excel) |
64 | 64 | { |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | /** |
82 | 82 | * User has mapped some accounts. We need to update those records. |
83 | 83 | * |
84 | - * @param $excel |
|
84 | + * @param Collection $excel |
|
85 | 85 | * @param $data |
86 | 86 | */ |
87 | 87 | private function resolveImport($excel, $data) |
@@ -190,9 +190,8 @@ |
||
190 | 190 | * |
191 | 191 | * Calls to \SET\app\Handlers\Excel\ |
192 | 192 | * |
193 | - * @param CompletedTrainingExport $export |
|
194 | 193 | * |
195 | - * @return mixed |
|
194 | + * @return \Symfony\Component\HttpFoundation\BinaryFileResponse |
|
196 | 195 | */ |
197 | 196 | public function showCompleted() |
198 | 197 | { |