Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/MetricsFormatter.php')
-rw-r--r--core/MetricsFormatter.php3
1 files changed, 2 insertions, 1 deletions
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