Passed
Push — develop ( 726e4d...2a8883 )
by Luís
37s
created
src/Requests/RequestBuilder.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,6 @@
 block discarded – undo
74 74
     public function setMaxTotalAmount($maxTotalAmount);
75 75
 
76 76
     /**
77
-     * @param float $maxTotalAmount
78 77
      *
79 78
      * @return self
80 79
      */
Please login to merge, or discard this patch.
src/Purchases/Transactions/Transaction.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
 
74 74
     /**
75 75
      * @param Details $details
76
-     * @param PaymentDetails $payment
76
+     * @param Payment $payment
77 77
      * @param int $type
78 78
      * @param ItemCollection $items
79 79
      * @param Shipping $shipping
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     }
118 118
 
119 119
     /**
120
-     * @return Collection
120
+     * @return ItemCollection
121 121
      */
122 122
     public function getItems()
123 123
     {
Please login to merge, or discard this patch.