@@ -61,6 +61,7 @@ |
||
61 | 61 | } |
62 | 62 | |
63 | 63 | /** |
64 | + * @param integer $code |
|
64 | 65 | * @return Mockery\MockInterface |
65 | 66 | */ |
66 | 67 | private function runClientSoapException($code) |
@@ -210,7 +210,7 @@ |
||
210 | 210 | * to request the report identifier. The identifier is used to check report generation status |
211 | 211 | * before downloading the report. |
212 | 212 | * |
213 | - * @param mixed $report |
|
213 | + * @param ReportRequest $report |
|
214 | 214 | * @param string $name |
215 | 215 | * |
216 | 216 | * @return string ReportRequestId |
@@ -279,7 +279,7 @@ |
||
279 | 279 | } |
280 | 280 | |
281 | 281 | /** |
282 | - * @param $code |
|
282 | + * @param integer $code |
|
283 | 283 | * @return SoapFault |
284 | 284 | */ |
285 | 285 | private function generateSoapFault($code) |
@@ -10,12 +10,12 @@ |
||
10 | 10 | |
11 | 11 | /** |
12 | 12 | * @param bool $returnOnlyCompleteData |
13 | - */ |
|
13 | + */ |
|
14 | 14 | public function setReturnOnlyCompleteData($returnOnlyCompleteData); |
15 | 15 | |
16 | 16 | /** |
17 | - * @param string $language (See BingAds SDK documentation) |
|
18 | - */ |
|
17 | + * @param string $language (See BingAds SDK documentation) |
|
18 | + */ |
|
19 | 19 | public function setReportLanguage($language); |
20 | 20 | |
21 | 21 | /** |