included @colemanw 's doc update
authorsystopia <endres@systopia.de>
Wed, 3 Dec 2014 14:03:22 +0000 (15:03 +0100)
committersystopia <endres@systopia.de>
Wed, 3 Dec 2014 14:03:22 +0000 (15:03 +0100)
CRM/Utils/Sort.php

index a4131d858f357f87e1821ef0f99fa19f84ac113a..3bec02a7bc057c5f3eb2069ae11a01524e71ccf5 100644 (file)
@@ -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) {