Merge pull request #22704 from braders/remove-invalidprofiles-template-variable
[civicrm-core.git] / CRM / Utils / Money.php
index 2d5974867841682f468bfaf5ea2e5abd889b8b2e..3cc33e4226cc7757f95b975aa93afeb7e2109033 100644 (file)
@@ -146,9 +146,9 @@ class CRM_Utils_Money {
    * 1.234 != 1.236 with a currency precision of 2 decimal points
    * 1.300 != 1.200 with a currency precision of 2 decimal points
    *
-   * @param $value1
-   * @param $value2
-   * @param $currency
+   * @param int|float $value1
+   * @param int|float $value2
+   * @param string $currency
    *
    * @return bool
    */