Showing 691 of 718 total issues
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 );
Avoid too many return
statements within this method. Open
Open
return $status;
Avoid too many return
statements within this method. Open
Open
return Status::newGood( !$equivalent );
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return Status::newGood( true );
Avoid too many return
statements within this method. Open
Open
return Status::newGood( false );
Avoid too many return
statements within this method. Open
Open
return Status::newFatal( "Cannot fetch aliases of the old index $indexToRemove" );
Avoid too many return
statements within this method. Open
Open
return $term;