Passed
Push — develop ( 19a8b8...726e4d )
by Luís
29s
created
src/Requests/Checkout/Checkout.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -35,10 +35,6 @@
 block discarded – undo
35 35
 
36 36
     /**
37 37
      * @param Order $order
38
-     * @param Customer $customer
39
-     * @param string $redirectTo
40
-     * @param string $maxUses
41
-     * @param string $maxAge
42 38
      */
43 39
     public function __construct(Order $order = null)
44 40
     {
Please login to merge, or discard this patch.
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.
src/Requests/PreApprovals/PreApproval.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
     }
166 166
 
167 167
     /**
168
-     * @param float $amountPerPayment
168
+     * @param double $maxTotalAmount
169 169
      */
170 170
     public function setMaxTotalAmount($maxTotalAmount)
171 171
     {
@@ -181,7 +181,6 @@  discard block
 block discarded – undo
181 181
     }
182 182
 
183 183
     /**
184
-     * @param float $maxTotalAmount
185 184
      */
186 185
     public function setAmountPerPayment($amountPerPayment)
187 186
     {
Please login to merge, or discard this patch.