@@ -249,6 +249,7 @@ |
||
| 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) |
@@ -77,7 +77,7 @@ discard block |
||
| 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 |
||
| 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 | { |