includes/MultiSearchRequestLog.php
Method getRequests
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getRequests() {
if ( !$this->request || !$this->response ) {
// we don't actually know at this point how many searches there were,
// or how many results to return...so just bail and return nothing
return [];