Completed
Pull Request — master (#8)
by Laurens
02:09
created
Api/Client.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -225,7 +225,7 @@  discard block
 block discarded – undo
225 225
      * to request the report identifier. The identifier is used to check report generation status
226 226
      * before downloading the report.
227 227
      *
228
-     * @param mixed  $report
228
+     * @param ReportRequest  $report
229 229
      * @param string $name
230 230
      *
231 231
      * @return string ReportRequestId
@@ -432,7 +432,7 @@  discard block
 block discarded – undo
432 432
     }
433 433
 
434 434
     /**
435
-     * @param $reportName
435
+     * @param string $reportName
436 436
      *
437 437
      * @throws InvalidReportNameException
438 438
      */
Please login to merge, or discard this patch.