From 144a5ef4de48c222ea8c922488a054e67a4c2c08 Mon Sep 17 00:00:00 2001 From: Kalle Penders Date: Thu, 19 Mar 2015 16:56:58 +0100 Subject: [PATCH] Update php doc for Range.php It is pretty confusing if you read the documentation and it turns out it is ">=" --- lib/Elastica/Aggregation/Range.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Elastica/Aggregation/Range.php b/lib/Elastica/Aggregation/Range.php index 6361620fc6..9f89449971 100644 --- a/lib/Elastica/Aggregation/Range.php +++ b/lib/Elastica/Aggregation/Range.php @@ -12,7 +12,7 @@ class Range extends AbstractSimpleAggregation { /** * Add a range to this aggregation - * @param int|float $fromValue low end of this range, exclusive (greater than) + * @param int|float $fromValue low end of this range, exclusive (greater than or equal to) * @param int|float $toValue high end of this range, exclusive (less than) * @param string $key customized key value * @return $this