Showing 718 of 718 total issues
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 );
Avoid too many return
statements within this method. Open
Open
return new NumberIndexField( $name, $type, $this->searchConfig );
Avoid too many return
statements within this method. Open
Open
return new DatetimeIndexField( $name, $type, $this->searchConfig );
Avoid too many return
statements within this method. Open
Open
return new BooleanIndexField( $name, $type, $this->searchConfig );
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return new ShortTextIndexField( $name, $type, $this->searchConfig );
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return new NullIndexField();
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $found;
Avoid too many return
statements within this method. Open
Open
return !$this->isFull();
Avoid too many return
statements within this method. Open
Open
return Status::newGood( $option );