From 2ee84591ce91cf064cb082425c9359892f1272e1 Mon Sep 17 00:00:00 2001
From: Matthieu Napoli <matthieu@mnapoli.fr>
Date: Fri, 16 Jan 2015 09:24:49 +1300
Subject: [PATCH] phpdoc update

---
 core/DataTable/Filter/Sort.php | 4 ++--
 1 file 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)
-- 
GitLab