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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-04-22 08:49:12 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-04-22 08:50:17 +0300
commit523eacf8cf7ab0bd00c2b966de8d6a60c58e505a (patch)
tree7c9b144b54224f1dc722f7d54ce7d60dbf922e96 /core/DataTable.php
parentf65932e51d3a264db21563a21d8f4941ed26aa9b (diff)
PhpDoc and warning fixes
Diffstat (limited to 'core/DataTable.php')
-rw-r--r--core/DataTable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DataTable.php b/core/DataTable.php
index d67e0984cb..884100b53a 100644
--- a/core/DataTable.php
+++ b/core/DataTable.php
@@ -895,7 +895,7 @@ class DataTable implements DataTableInterface, \IteratorAggregate, \ArrayAccess
/**
* Returns an array containing all column values of columns whose name starts with `$name`.
*
- * @param $namePrefix The column name prefix.
+ * @param string $namePrefix The column name prefix.
* @return array The array of column values.
*/
public function getColumnsStartingWith($namePrefix)