Completed
Pull Request — master (#8)
by Laurens
02:10
created
Api/Client.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
400 400
     }
401 401
 
402 402
     /**
403
-     * @param $reportName
403
+     * @param string $reportName
404 404
      *
405 405
      * @throws InvalidReportNameException
406 406
      */
Please login to merge, or discard this patch.