Skip to content

Commit

Permalink
Merge pull request #803 from kallependers/patch-1
Browse files Browse the repository at this point in the history
Update php doc for Range.php
  • Loading branch information
ruflin committed Mar 21, 2015
2 parents 3b7d379 + 144a5ef commit 12f7fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Elastica/Aggregation/Range.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12f7fdd

Please sign in to comment.