Completed
Pull Request — master (#348)
by
unknown
10:14
created
src/Aggregation/Metric/TopHitsAggregation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
         return 'top_hits';
88 88
     }
89 89
 
90
-    public function getArray(): array|stdClass
90
+    public function getArray(): array | stdClass
91 91
     {
92 92
         $sortsOutput = null;
93 93
         $addedSorts = array_filter($this->getSorts());
Please login to merge, or discard this patch.