Completed
Pull Request — master (#8)
by Laurens
02:16
created
Api/Client.php 2 patches
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.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,6 @@
 block discarded – undo
9 9
 use Exception;
10 10
 use SoapFault;
11 11
 use SoapVar;
12
-use Symfony\Component\Filesystem\Filesystem;
13
-use Symfony\Component\Finder\Finder;
14 12
 use Werkspot\BingAdsApiBundle\Api\Exceptions\InvalidReportNameException;
15 13
 use Werkspot\BingAdsApiBundle\Api\Helper\Csv;
16 14
 use Werkspot\BingAdsApiBundle\Api\Helper\File;
Please login to merge, or discard this patch.