Failed Conditions
Pull Request — master (#8)
by Laurens
02:49
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   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
         $apiClient->getReport('GeoLocationPerformanceReport', ['TimePeriod', 'AccountName', 'AdGroupId'], ReportTimePeriod::LastMonth, self::CSV_REPORT_PATH);
176 176
     }
177 177
     /**
178
-     * @return Mockery\MockInterface|ClientProxy
178
+     * @return Mockery\MockInterface
179 179
      */
180 180
     private function getClientProxyMock($reportStatus = 'Success')
181 181
     {
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
     }
213 213
 
214 214
     /**
215
-     * @return Mockery\MockInterface|OauthTokenService
215
+     * @return Mockery\MockInterface
216 216
      */
217 217
     private function getRequestNewAccessTokenMock()
218 218
     {
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
226 226
     }
227 227
 
228 228
     /**
229
-     * @return Mockery\MockInterface|Helper\File
229
+     * @return Mockery\MockInterface
230 230
      */
231 231
     private function getFileHelperMock()
232 232
     {
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
     }
256 256
 
257 257
     /**
258
-     * @return Mockery\MockInterface|Helper\Csv
258
+     * @return Mockery\MockInterface
259 259
      */
260 260
     private function getCsvHelperMock()
261 261
     {
@@ -276,7 +276,7 @@  discard block
 block discarded – undo
276 276
     }
277 277
 
278 278
     /**
279
-     * @return Mockery\MockInterface|Helper\Time
279
+     * @return Mockery\MockInterface
280 280
      */
281 281
     private function getTimeHelperMock()
282 282
     {
@@ -306,7 +306,7 @@  discard block
 block discarded – undo
306 306
     }
307 307
 
308 308
     /**
309
-     * @param $code
309
+     * @param integer $code
310 310
      *
311 311
      * @return SoapFault
312 312
      */
@@ -326,7 +326,7 @@  discard block
 block discarded – undo
326 326
     }
327 327
 
328 328
     /**
329
-     * @return Mockery\MockInterface|Filesystem
329
+     * @return Mockery\MockInterface
330 330
      */
331 331
     private function getFilesystemMock()
332 332
     {
Please login to merge, or discard this patch.