Completed
Push — master ( 1f0278...22c246 )
by
unknown
12s
created
src/Resource/Orders.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -446,7 +446,7 @@  discard block
 block discarded – undo
446 446
     /**
447 447
      * Create a new Orders list instance.
448 448
      *
449
-     * @return \Moip\Resource\OrdersList
449
+     * @return stdClass
450 450
      */
451 451
     public function getList(Pagination $pagination = null, Filters $filters = null, $qParam = '')
452 452
     {
@@ -484,7 +484,7 @@  discard block
 block discarded – undo
484 484
     /**
485 485
      * Set additional value to the item will be added to the value of the items.
486 486
      *
487
-     * @param int|float $value additional value to the item.
487
+     * @param integer $value additional value to the item.
488 488
      *
489 489
      * @return $this
490 490
      */
@@ -618,7 +618,7 @@  discard block
 block discarded – undo
618 618
     /**
619 619
      * Set installment settings for checkout preferences.
620 620
      *
621
-     * @param array $quantity
621
+     * @param integer[] $quantity
622 622
      * @param int   $discountValue
623 623
      * @param int   $additionalValue
624 624
      *
Please login to merge, or discard this patch.
tests/TestCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -256,7 +256,7 @@  discard block
 block discarded – undo
256 256
     /**
257 257
      * Creates a account.
258 258
      *
259
-     * @return Account
259
+     * @return \stdClass
260 260
      */
261 261
     public function createAccount()
262 262
     {
@@ -304,7 +304,7 @@  discard block
 block discarded – undo
304 304
     /**
305 305
      * Creates a multiorder.
306 306
      *
307
-     * @return Multiorders
307
+     * @return \Moip\Resource\Multiorders
308 308
      */
309 309
     public function createMultiorder()
310 310
     {
Please login to merge, or discard this patch.