Showing 718 of 718 total issues
Method doApply
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function doApply( SearchContext $context, $key, $value, $quotedValue, $negated ) {
Method doApply
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function doApply( SearchContext $context, $key, $value, $quotedValue, $negated ) {
Method build
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function build( array $inputDoc, $suggestType, $score, \Elastica\Document $suggestDoc, $targetNamespace );
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct( $message, $start, array $expectedTokens = [], $actualToken = null, array $messageParams = [] ) {
Method doApply
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function doApply( SearchContext $context, $key, $value, $quotedValue, $negated ) {
Method doApply
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function doApply( SearchContext $context, $key, $value, $quotedValue, $negated ) {
Method doApply
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function doApply( SearchContext $context, $key, $value, $quotedValue, $negated ) {
Method build
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function build( array $inputDoc, $suggestType, $score, \Elastica\Document $suggestDoc, $targetNamespace ) {
Method doApply
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function doApply( SearchContext $context, $key, $value, $quotedValue, $negated ) {
Method doApply
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function doApply( SearchContext $context, $key, $value, $quotedValue, $negated ) {
Method doApply
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
abstract protected function doApply( SearchContext $context, $key, $value, $quotedValue, $negated );
Method doApply
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function doApply( SearchContext $context, $key, $value, $quotedValue, $negated ) {
Method buildRedirectsSuggestion
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private function buildRedirectsSuggestion( $docId, array $redirects, $score, array $inputDoc, array $scoreExplanation = null ) {
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct( $start, $end, $phrase, $slop, $stem ) {
Method doApply
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function doApply( SearchContext $context, $key, $value, $quotedValue, $negated ) {
Method doApply
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function doApply( SearchContext $context, $key, $value, $quotedValue, $negated ) {
Method truncateField
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private function truncateField( string $field, bool $keyword, int $minFieldLength, int $maxDocSize, string $statBucket ): void {
Method buildTitleSuggestion
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
private function buildTitleSuggestion( $docId, array $title, $score, array $inputDoc, array $scoreExplanation = null ) {
Method doApply
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function doApply( SearchContext $context, $key, $value, $quotedValue, $negated ) {
Method overrideNumeric
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function overrideNumeric( &$dest, $request, $name, $limit = null, $upperLimit = true ) {