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:
authordiosmosis <benaka@piwik.pro>2014-11-08 21:49:12 +0300
committerdiosmosis <benaka@piwik.pro>2014-11-08 21:49:12 +0300
commit0fc2f8f10ec054f648c6d5d1122cc77c008ec3bf (patch)
tree7ff9c1001a4ad5170827e7bb47a4188195273c21 /core/Plugin/ProcessedMetric.php
parent43ed4c23161083f8c57fdda09cdf398d07567cdf (diff)
Fixing tests and code.
Diffstat (limited to 'core/Plugin/ProcessedMetric.php')
-rw-r--r--core/Plugin/ProcessedMetric.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Plugin/ProcessedMetric.php b/core/Plugin/ProcessedMetric.php
index b2d563f633..1d1e1eaae4 100644
--- a/core/Plugin/ProcessedMetric.php
+++ b/core/Plugin/ProcessedMetric.php
@@ -50,7 +50,7 @@ abstract class ProcessedMetric extends Metric
* @return bool Return `true` to compute the metric for the table, `false` to skip computing
* this metric.
*/
- public function beforeCompute(Report $report, DataTable $table)
+ public function beforeCompute($report, DataTable $table)
{
return true;
}