@@ -225,7 +225,7 @@ discard block |
||
| 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 |
||
| 432 | 432 | } |
| 433 | 433 | |
| 434 | 434 | /** |
| 435 | - * @param $reportName |
|
| 435 | + * @param string $reportName |
|
| 436 | 436 | * |
| 437 | 437 | * @throws InvalidReportNameException |
| 438 | 438 | */ |
@@ -9,8 +9,6 @@ |
||
| 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; |