Completed
Pull Request — master (#348)
by
unknown
01:15
created
src/Aggregation/Bucketing/SamplerAggregation.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
 
56 56
     public function getArray(): array
57 57
     {
58
-       return array_filter(
58
+        return array_filter(
59 59
             [
60 60
                 'field' => $this->getField(),
61 61
                 'shard_size' => $this->getShardSize(),
Please login to merge, or discard this patch.
src/Aggregation/Bucketing/DateRangeAggregation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
                 'to' => $to,
73 73
                 'key' => $key,
74 74
             ],
75
-            fn(mixed $v): bool => !is_null($v)
75
+            fn(mixed $v) : bool => !is_null($v)
76 76
         );
77 77
 
78 78
         if (empty($range)) {
Please login to merge, or discard this patch.