Skip to content
Snippets Groups Projects
Unverified Commit 96b5d1be authored by Simonas Šerlinskas's avatar Simonas Šerlinskas
Browse files

removing double usage of processArray() closes #147

parent 48df0dcc
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,6 @@ class DateHistogramAggregation extends AbstractAggregation
'field' => $this->getField(),
'interval' => $this->getInterval(),
];
$out = $this->processArray($out);
return $out;
}
......
......@@ -139,8 +139,6 @@ class TopHitsAggregation extends AbstractAggregation
}
);
$output = $this->processArray($output);
return empty($output) ? new \stdClass() : $output;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment