From 12784809cb92bda46c66e04c02a993377269787c Mon Sep 17 00:00:00 2001 From: systopia Date: Wed, 3 Dec 2014 15:03:22 +0100 Subject: [PATCH] included @colemanw 's doc update --- CRM/Utils/Sort.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Sort.php b/CRM/Utils/Sort.php index a4131d858f..3bec02a7bc 100644 --- a/CRM/Utils/Sort.php +++ b/CRM/Utils/Sort.php @@ -280,7 +280,7 @@ class CRM_Utils_Sort { * @param $a * @param $b * - * @return one of [-1, 0, 1] + * @return int (-1 or 1) * @access public */ static function cmpFunc($a, $b) { -- 2.25.1