Completed
Push — 2.0 ( 7e42e6...3574d2 )
by Roman
15:21
created
code/ShopTools.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.