X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FCollation.php;h=e4ffae63e810e673f743541cd3a651f825e3790e;hb=bc71cac6e29063eacc4c311966c702bd91c30d05;hp=0c510b7830709269dae43c3ceb3a3e389d9430d4;hpb=a658eee7fc65b19f6bb937131cdcdd5bb4e941b2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Collation.php b/includes/Collation.php index 0c510b7830..e4ffae63e8 100644 --- a/includes/Collation.php +++ b/includes/Collation.php @@ -311,7 +311,7 @@ class IcuCollation extends Collation { * -1, 0 or 1 in the style of strcmp(). * @param $target string The target value to find. * - * @return The item index of the lower bound, or false if the target value + * @return int|bool The item index of the lower bound, or false if the target value * sorts before all items. */ function findLowerBound( $valueCallback, $valueCount, $comparisonCallback, $target ) {