Completed
Pull Request — master (#8)
by Laurens
02:21
created
Api/Client.php 1 patch
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.
Tests/Api/Report/GeoLocationPerformanceReportTest.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
345 345
     }
346 346
 
347 347
     /**
348
-     * @param $code
348
+     * @param integer $code
349 349
      *
350 350
      * @return SoapFault
351 351
      */
Please login to merge, or discard this patch.