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/JqplotDataGenerator.php')
-rw-r--r--core/JqplotDataGenerator.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/JqplotDataGenerator.php b/core/JqplotDataGenerator.php
index 3a1abd16b6..4ae3c493b2 100644
--- a/core/JqplotDataGenerator.php
+++ b/core/JqplotDataGenerator.php
@@ -11,6 +11,7 @@
use Piwik\Common;
use Piwik\Metrics;
+use Piwik\DataTable;
/**
* Generates JSON data used to configure and populate JQPlot graphs.
@@ -71,7 +72,7 @@ class Piwik_JqplotDataGenerator
/**
* Generates JSON graph data and returns it.
*
- * @param Piwik_DataTable|Piwik_DataTable_Array $dataTable
+ * @param DataTable|DataTable\Map $dataTable
* @return string
*/
public function generate($dataTable)