Completed
Pull Request — develop (#41)
by
unknown
02:50
created
src/Purchases/Transactions/Transaction.php 1 patch
Doc Comments   +3 added lines, -3 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
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
     }
102 102
 
103 103
     /**
104
-     * @return number
104
+     * @return integer
105 105
      */
106 106
     public function getType()
107 107
     {
@@ -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/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.