remove fixme comment when not needed anymore
This commit is contained in:
@@ -49,7 +49,6 @@ class MoneyFormat extends NumberFormat
|
||||
$number = parent::format($number, $decimals, $decPoint, $thousandsSep);
|
||||
|
||||
if ($symbol !== null) {
|
||||
// FIXME: should be a parameter related to i18n configuration
|
||||
$number = $number . ' ' . $symbol;
|
||||
}
|
||||
|
||||
|
||||
@@ -35,7 +35,5 @@ class Redirect
|
||||
|
||||
$response->send();
|
||||
}
|
||||
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user