Showing 691 of 718 total issues
Avoid too many return
statements within this method. Open
Open
return $this->prefixSearchRequestBuilder->setLimit( $limit )
// collect all results up to $limit, $this->offset is the offset the client wants
// not the offset in prefix search results.
->setOffset( 0 )
->build();
Avoid too many return
statements within this method. Open
Open
return $status;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return $string;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return '"\\~' . $matches[ 'trailing' ];
Avoid too many return
statements within this method. Open
Open
return $work();
Avoid too many return
statements within this method. Open
Open
return $mreponses;
Avoid too many return
statements within this method. Open
Open
return new CustomFieldFunctionScoreBuilder( $config, $weight, $func['params'] );
Avoid too many return
statements within this method. Open
Open
return new GeoMeanFunctionScoreBuilder( $config, $weight, $func['params'] );
Avoid too many return
statements within this method. Open
Open
return $mainSnippet;
Avoid too many return
statements within this method. Open
Open
return $responses->dumpResults( $description );
Avoid too many return
statements within this method. Open
Open
return $status;
Avoid too many return
statements within this method. Open
Open
return new LogScaleBoostFunctionScoreBuilder( $config, $weight, $func['params'] );
Avoid too many return
statements within this method. Open
Open
return $search;
Avoid too many return
statements within this method. Open
Open
return new LogMultFunctionScoreBuilder( $config, $weight, $func['params'] );
Avoid too many return
statements within this method. Open
Open
return new TermBoostScoreBuilder( $config, $weight, $func['params'] );
Avoid too many return
statements within this method. Open
Open
return $this->maybeSearchAndRewrite( $context, $this->query, $suggestedQuery );