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:
authorChristian Raue <christian.raue@gmail.com>2014-07-23 22:27:56 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-23 22:27:56 +0400
commitd9adcfe6169c6c10059a670f2ed984908eb4e105 (patch)
tree25cfca25851214c1b744a07e67e9c120adfd7513 /core/MetricsFormatter.php
parent2788e1dad22533f3e0dbddbdd16c51251c4e130a (diff)
removed lots of trailing whitespace
Diffstat (limited to 'core/MetricsFormatter.php')
-rw-r--r--core/MetricsFormatter.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/MetricsFormatter.php b/core/MetricsFormatter.php
index 049850496a..8c58215e30 100644
--- a/core/MetricsFormatter.php
+++ b/core/MetricsFormatter.php
@@ -12,7 +12,7 @@ use Piwik\Tracker\GoalManager;
/**
* Contains helper function that format numerical values in different ways.
- *
+ *
* @api
*/
class MetricsFormatter
@@ -181,7 +181,7 @@ class MetricsFormatter
/**
* Prettifies a metric value based on the column name.
- *
+ *
* @param int $idSite The ID of the site the metric is for (used if the column value is an amount of money).
* @param string $columnName The metric name.
* @param mixed $value The metric value.