Showing 718 of 718 total issues
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();
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return [
Status::newFatal( 'cirrussearch-backend-error' ),
$formattedMessage
];
Avoid too many return
statements within this method. Open
Open
return Status::newFatal( 'cirrussearch-failed-send-data' );
Avoid too many return
statements within this method. Open
Open
return $error;
Avoid too many return
statements within this method. Open
Open
return $this->getSuggestions( $search, $variants, $this->config );
Avoid too many return
statements within this method. Open
Open
return "unknown";
Avoid too many return
statements within this method. Open
Open
return [
Status::newFatal( 'cirrussearch-backend-error' ),
self::formatMessage( $cause )
];
Avoid too many return
statements within this method. Open
Open
return [ $page, $redirects ];
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return $this->config->get( 'CirrusSearchTalkNamespaceWeight' );
Avoid too many return
statements within this method. Open
Open
return new NamespacesFunctionScoreBuilder( $config, $this->context->getNamespaces(), $weight );
Avoid too many return
statements within this method. Open
Open
return $builder;
Avoid too many return
statements within this method. Open
Open
return $this->config->get( 'CirrusSearchDefaultNamespaceWeight' ) *
$this->config->get( 'CirrusSearchTalkNamespaceWeight' );
Avoid too many return
statements within this method. Open
Open
return FallbackStatus::noSuggestion();
Avoid too many return
statements within this method. Open
Open
return $msearches->failure( Status::newFatal( 'cirrussearch-backend-error' ) );
Avoid too many return
statements within this method. Open
Open
return new ScriptScoreFunctionScoreBuilder( $config, $weight, $func['script'] );
Avoid too many return
statements within this method. Open
Open
return false;