toArray(), $overrides) ); $decimal = number_format( $decimal, $currency->displayDecimals(), $currency->decimalSeparator(), $currency->thousandsSeparator(), ); return $currency->prefix() . $decimal . $currency->suffix(); } }