@@ -190,7 +190,7 @@ discard block |
||
| 190 | 190 | * |
| 191 | 191 | * @throws Exception |
| 192 | 192 | * |
| 193 | - * @return array|string |
|
| 193 | + * @return string[] |
|
| 194 | 194 | */ |
| 195 | 195 | private function getFilesFromReportRequest(ReportRequest $reportRequest, $name, $downloadFile, ReportInterface $report) |
| 196 | 196 | { |
@@ -213,7 +213,7 @@ discard block |
||
| 213 | 213 | * to request the report identifier. The identifier is used to check report generation status |
| 214 | 214 | * before downloading the report. |
| 215 | 215 | * |
| 216 | - * @param mixed $report |
|
| 216 | + * @param ReportRequest $report |
|
| 217 | 217 | * @param string $name |
| 218 | 218 | * |
| 219 | 219 | * @return string ReportRequestId |
@@ -400,7 +400,7 @@ discard block |
||
| 400 | 400 | } |
| 401 | 401 | |
| 402 | 402 | /** |
| 403 | - * @param $reportName |
|
| 403 | + * @param string $reportName |
|
| 404 | 404 | * |
| 405 | 405 | * @throws InvalidReportNameException |
| 406 | 406 | */ |