@@ -36,7 +36,6 @@ |
||
36 | 36 | * Return a link to view the order on the account page. |
37 | 37 | * actions are: create, update, view |
38 | 38 | * @param String $action |
39 | - * @param int|string $orderID ID of the order |
|
40 | 39 | */ |
41 | 40 | public static function get_repeat_order_link($action = 'view', $repeatOrderID = 0) |
42 | 41 | { |
@@ -218,8 +218,8 @@ |
||
218 | 218 | /** |
219 | 219 | * add item to the beginning of array |
220 | 220 | * @param array $arr [description] |
221 | - * @param mixed $key [description] |
|
222 | - * @param mixed $val [description] |
|
221 | + * @param integer $key [description] |
|
222 | + * @param string $val [description] |
|
223 | 223 | |
224 | 224 | * @return array |
225 | 225 | */ |