@@ -44,7 +44,8 @@ |
||
44 | 44 | * @param array |
45 | 45 | * @param string|int |
46 | 46 | * @param mixed |
47 | - * @return mixed |
|
47 | + * @param string $key |
|
48 | + * @return EbayEnterprise_Eb2cGiftwrap_Model_Order_Create_Gifting |
|
48 | 49 | */ |
49 | 50 | protected function nullCoalesce(array $arr, $key, $default) |
50 | 51 | { |
@@ -44,7 +44,8 @@ discard block |
||
44 | 44 | * @param array |
45 | 45 | * @param string|int |
46 | 46 | * @param mixed |
47 | - * @return mixed |
|
47 | + * @param string $key |
|
48 | + * @return EbayEnterprise_Eb2cGiftwrap_Helper_Data |
|
48 | 49 | */ |
49 | 50 | protected function _nullCoalesce(array $arr, $key, $default = null) |
50 | 51 | { |
@@ -83,7 +84,7 @@ discard block |
||
83 | 84 | * get the gifting pricegroup; a new price group is created |
84 | 85 | * and attached if one doesn't exist. |
85 | 86 | * @param IGifting |
86 | - * @return IPriceGroup |
|
87 | + * @return Payload\Order\IPriceGroup |
|
87 | 88 | */ |
88 | 89 | protected function _getPriceGroup(IGifting $giftingPayload) |
89 | 90 | { |