' . money_format('%.2n', $amount) . ''; } public static function formatCredits($amount) { return '' . number_format($amount, 1) . ' LBC'; } }