@@ -102,7 +102,7 @@ discard block |
||
102 | 102 | * @param $timePeriod |
103 | 103 | * @param null $fileLocation |
104 | 104 | * |
105 | - * @return array|string |
|
105 | + * @return string |
|
106 | 106 | */ |
107 | 107 | public function get(array $columns, $name = 'GeoLocationPerformanceReport', $timePeriod = ReportTimePeriod::LastWeek, $fileLocation = null) |
108 | 108 | { |
@@ -157,7 +157,7 @@ discard block |
||
157 | 157 | |
158 | 158 | /** |
159 | 159 | * @param $reportRequest |
160 | - * @param $name |
|
160 | + * @param string $name |
|
161 | 161 | * @param $downloadFile |
162 | 162 | * |
163 | 163 | * @return string |
@@ -282,7 +282,7 @@ discard block |
||
282 | 282 | * of minutes. You should stop polling and try again later if the request |
283 | 283 | * is taking longer than an hour. |
284 | 284 | * |
285 | - * @param $reportRequestId |
|
285 | + * @param string $reportRequestId |
|
286 | 286 | * |
287 | 287 | * @return string ReportRequestStatus |
288 | 288 | */ |
@@ -316,7 +316,7 @@ discard block |
||
316 | 316 | * |
317 | 317 | * @param string $file zipFile we want to open |
318 | 318 | * |
319 | - * @return array of extracted files |
|
319 | + * @return Client of extracted files |
|
320 | 320 | */ |
321 | 321 | private function openZipFile($file, $delete = false) |
322 | 322 | { |
@@ -409,7 +409,7 @@ discard block |
||
409 | 409 | /** |
410 | 410 | * @param array $array |
411 | 411 | * @param string $separator |
412 | - * @param null $enclosure |
|
412 | + * @param string $enclosure |
|
413 | 413 | * |
414 | 414 | * @return string |
415 | 415 | */ |