summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/lib/Elastica/Aggregation/Max.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ruflin/elastica/lib/Elastica/Aggregation/Max.php')
-rw-r--r--vendor/ruflin/elastica/lib/Elastica/Aggregation/Max.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/vendor/ruflin/elastica/lib/Elastica/Aggregation/Max.php b/vendor/ruflin/elastica/lib/Elastica/Aggregation/Max.php
index 25031b04..fc0294ca 100644
--- a/vendor/ruflin/elastica/lib/Elastica/Aggregation/Max.php
+++ b/vendor/ruflin/elastica/lib/Elastica/Aggregation/Max.php
@@ -1,13 +1,11 @@
<?php
-
namespace Elastica\Aggregation;
/**
- * Class Max
- * @package Elastica\Aggregation
- * @link http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-aggregations-metrics-max-aggregation.html
+ * Class Max.
+ *
+ * @link http://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-max-aggregation.html
*/
class Max extends AbstractSimpleAggregation
{
-
-} \ No newline at end of file
+}