@@ -20,7 +20,7 @@ |
||
20 | 20 | |
21 | 21 | /** |
22 | 22 | * Convert a numeric price to the shop currency |
23 | - * @param mixed $price the price to convert |
|
23 | + * @param double $price the price to convert |
|
24 | 24 | * @return Money the price wrapped in a Money DBField to be used for templates or similar |
25 | 25 | */ |
26 | 26 | public static function price_for_display($price) |