INFRA-132 - Remove @static annotation
[civicrm-core.git] / CRM / Utils / Money.php
index 328aa230b2434385df572e1d2d4d949d748e4624..4bb1672441572554a9a280f5ce82fe12ae53c475 100644 (file)
@@ -62,7 +62,6 @@ class CRM_Utils_Money {
    * @return string
    *   formatted monetary string
    *
-   * @static
    */
   public static function format($amount, $currency = NULL, $format = NULL, $onlyNumber = FALSE, $valueFormat = NULL) {