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-01-15 23:24:49 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-01-16 03:02:29 +0300
commit2ee84591ce91cf064cb082425c9359892f1272e1 (patch)
tree3054086f3914b75f61034f81ac26a91eb9ddad36 /core/DataTable
parente656956c508e9aa66f334ddcf4ddb3d63427dfc9 (diff)
phpdoc update
Diffstat (limited to 'core/DataTable')
-rw-r--r--core/DataTable/Filter/Sort.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/DataTable/Filter/Sort.php b/core/DataTable/Filter/Sort.php
index 95052a1201..42441c8e30 100644
--- a/core/DataTable/Filter/Sort.php
+++ b/core/DataTable/Filter/Sort.php
@@ -67,8 +67,8 @@ class Sort extends BaseFilter
/**
* Sorting method used for sorting numbers
*
- * @param number $a
- * @param number $b
+ * @param Row $a
+ * @param Row $b
* @return int
*/
public function numberSort($a, $b)