Completed
Pull Request — master (#151)
by
unknown
02:02
created
src/Resource/Orders.php 1 patch
Doc Comments   +2 added lines, -2 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
     {
@@ -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.