@@ -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; |
@@ -208,7 +208,7 @@ discard block |
||
| 208 | 208 | $apiClient->getReport('GeoLocationPerformanceReport', ['TimePeriod', 'AccountName', 'AdGroupId'], ReportTimePeriod::LastMonth, self::CSV_REPORT_PATH); |
| 209 | 209 | } |
| 210 | 210 | /** |
| 211 | - * @return Mockery\MockInterface|ClientProxy |
|
| 211 | + * @return Mockery\MockInterface |
|
| 212 | 212 | */ |
| 213 | 213 | private function getClientProxyMock($reportStatus = 'Success') |
| 214 | 214 | { |
@@ -245,7 +245,7 @@ discard block |
||
| 245 | 245 | } |
| 246 | 246 | |
| 247 | 247 | /** |
| 248 | - * @return Mockery\MockInterface|OauthTokenService |
|
| 248 | + * @return Mockery\MockInterface |
|
| 249 | 249 | */ |
| 250 | 250 | private function getRequestNewAccessTokenMock() |
| 251 | 251 | { |
@@ -259,7 +259,7 @@ discard block |
||
| 259 | 259 | } |
| 260 | 260 | |
| 261 | 261 | /** |
| 262 | - * @return Mockery\MockInterface|Helper\File |
|
| 262 | + * @return Mockery\MockInterface |
|
| 263 | 263 | */ |
| 264 | 264 | private function getFileHelperMock() |
| 265 | 265 | { |
@@ -295,7 +295,7 @@ discard block |
||
| 295 | 295 | } |
| 296 | 296 | |
| 297 | 297 | /** |
| 298 | - * @return Mockery\MockInterface|Helper\Csv |
|
| 298 | + * @return Mockery\MockInterface |
|
| 299 | 299 | */ |
| 300 | 300 | private function getCsvHelperMock() |
| 301 | 301 | { |
@@ -316,7 +316,7 @@ discard block |
||
| 316 | 316 | } |
| 317 | 317 | |
| 318 | 318 | /** |
| 319 | - * @return Mockery\MockInterface|Helper\Time |
|
| 319 | + * @return Mockery\MockInterface |
|
| 320 | 320 | */ |
| 321 | 321 | private function getTimeHelperMock() |
| 322 | 322 | { |
@@ -345,7 +345,7 @@ discard block |
||
| 345 | 345 | } |
| 346 | 346 | |
| 347 | 347 | /** |
| 348 | - * @param $code |
|
| 348 | + * @param integer $code |
|
| 349 | 349 | * |
| 350 | 350 | * @return SoapFault |
| 351 | 351 | */ |