Index: branches/5.2.x/core/kernel/utility/formatters/formatter.php =================================================================== diff -u -N -r16305 -r16513 --- branches/5.2.x/core/kernel/utility/formatters/formatter.php (.../formatter.php) (revision 16305) +++ branches/5.2.x/core/kernel/utility/formatters/formatter.php (.../formatter.php) (revision 16513) @@ -1,6 +1,6 @@ Application->recallObject('lang.current'); - /* @var $lang LanguagesItem */ $comma = $lang->GetDBField('DecimalPoint'); $thousands = $lang->GetDBField('ThousandSep'); @@ -192,8 +192,8 @@ } if (preg_match('#int|integer|double|float|real|numeric#', $options['type'])) { + /** @var LanguagesItem $lang */ $lang = $this->Application->recallObject('lang.current'); - /* @var $lang LanguagesItem */ return $lang->formatNumber($value); }