This commit is contained in:
David Bomba 2019-09-05 07:55:49 +10:00
parent c4bccddbb3
commit ebeed02d03
2 changed files with 3 additions and 3 deletions

View File

@ -56,9 +56,9 @@ class Number
* @param object $currency The client currency object
* @param object $country The client country
*
* @return float The formatted value
* @return string The formatted value
*/
public static function formatMoney($value, $currency, $country, $settings)
public static function formatMoney($value, $currency, $country, $settings) :string
{
$thousand = $currency->thousand_separator;

View File

@ -54,7 +54,7 @@
</head>
<body>
<div class="container-fluid">
<div class="container">
<div class="row mt-4">
<div class="col-md-4">