From 13297a804c38999aa790af93f1d599e3c809dc7d Mon Sep 17 00:00:00 2001 From: diosmosis Date: Sun, 8 Dec 2013 18:12:48 +0000 Subject: Fixes #4200, revised rest of @api classes/methods, closing ticket. --- core/MetricsFormatter.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/MetricsFormatter.php') diff --git a/core/MetricsFormatter.php b/core/MetricsFormatter.php index 61f1926c06..5fd464ff8d 100644 --- a/core/MetricsFormatter.php +++ b/core/MetricsFormatter.php @@ -22,7 +22,8 @@ class MetricsFormatter { /** * Returns a prettified string representation of a number. The result will have - * thousands separators and a decimal point specific to the current locale. + * thousands separators and a decimal point specific to the current locale, eg, + * `'1,000,000.05'` or `'1.000.000,05'`. * * @param number $value * @return string -- cgit v1.2.3