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