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
path: root/core/API
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2013-08-10 17:55:28 +0400
committersgiehl <stefan@piwik.org>2013-08-10 17:55:28 +0400
commit8386cf448f2f395622245567903b0715ef14dd32 (patch)
tree5038e141ff2fb25a7dcf298c5e3e20a71f71fb86 /core/API
parent64ca5d548c0cf0c4eef9f5f104901fbf14800127 (diff)
added some inline variable type hints / fixed some doc blocks
Diffstat (limited to 'core/API')
-rw-r--r--core/API/DataTableManipulator/LabelFilter.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/API/DataTableManipulator/LabelFilter.php b/core/API/DataTableManipulator/LabelFilter.php
index 45ca278fc1..90065e3175 100644
--- a/core/API/DataTableManipulator/LabelFilter.php
+++ b/core/API/DataTableManipulator/LabelFilter.php
@@ -143,6 +143,9 @@ class LabelFilter extends DataTableManipulator
/**
* Filter a DataTable instance. See @filter for more info.
+ *
+ * @param DataTable\Simple|DataTable\Map $dataTable
+ * @return mixed
*/
protected function manipulateDataTable($dataTable)
{