Completed
Push — master ( c427a2...065b11 )
by Nicolas
02:23
created
lib/Elastica/QueryBuilder/DSL/Aggregation.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -125,16 +125,16 @@
 block discarded – undo
125 125
         return new Avg($name);
126 126
     }
127 127
 
128
-     /**
129
-     * avg bucket aggregation.
130
-     *
131
-     * @link https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipeline-avg-bucket-aggregation.html
132
-     *
133
-     * @param string $name
134
-     * @param string|null  $bucketsPath
135
-     *
136
-     * @return AvgBucket
137
-     */
128
+        /**
129
+         * avg bucket aggregation.
130
+         *
131
+         * @link https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-pipeline-avg-bucket-aggregation.html
132
+         *
133
+         * @param string $name
134
+         * @param string|null  $bucketsPath
135
+         *
136
+         * @return AvgBucket
137
+         */
138 138
     public function avg_bucket($name, $bucketsPath = null)
139 139
     {
140 140
         return new AvgBucket($name, $bucketsPath);
Please login to merge, or discard this patch.