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:
authormattab <matthieu.aubry@gmail.com>2013-10-05 06:31:51 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-05 06:31:51 +0400
commit624efca3e96853f7ff40d5b323f26688a951b5f4 (patch)
tree4c3d996e5b86cb7d428b2afb454b4c8b2adc8395 /core/ViewDataTable.php
parent99940a44a19e5ef4d24b83b61ce2130f96530df6 (diff)
Renaming DataTable\Array to DataTable\Map in comments and tests
Diffstat (limited to 'core/ViewDataTable.php')
-rw-r--r--core/ViewDataTable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ViewDataTable.php b/core/ViewDataTable.php
index f5157ea00f..5d6a6f5c89 100644
--- a/core/ViewDataTable.php
+++ b/core/ViewDataTable.php
@@ -554,7 +554,7 @@ class ViewDataTable
}
/**
- * Checks that the API returned a normal DataTable (as opposed to DataTable_Array)
+ * Checks that the API returned a normal DataTable (as opposed to DataTable\Map)
* @throws \Exception
* @return void
*/