Completed
Push — master ( 5da117...558c5c )
by Nicolaas
01:56
created
code/GiftVoucherProductPage.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -249,6 +249,7 @@
 block discarded – undo
249 249
 
250 250
     /**
251 251
      * @param Variation (optional) $variation
252
+     * @param double $amount
252 253
      * @return OrderItem | null
253 254
      */
254 255
     protected function createOrderItem($amount, $description, $data)
Please login to merge, or discard this patch.
code/model/GiftVoucherProductPage_ProductOrderItem.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
 
78 78
     /**
79 79
      * @param float $total
80
-     * @return this
80
+     * @return GiftVoucherProductPage_ProductOrderItem
81 81
      */
82 82
     public function setCustomCalculatedTotal($total)
83 83
     {
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
 
92 92
     /**
93 93
      * @param string $description
94
-     * @return this
94
+     * @return GiftVoucherProductPage_ProductOrderItem
95 95
      */
96 96
     public function setCustomDescription($description)
97 97
     {
Please login to merge, or discard this patch.