Showing 718 of 718 total issues
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;
Avoid too many return
statements within this method. Open
Open
return Status::newFatal(
"Replacement index was expected to be a real index: {$replacement}"
);
Avoid too many return
statements within this method. Open
Open
return new NestedIndexField( $name, $type, $this->searchConfig );
Avoid too many return
statements within this method. Open
Open
return new IntegerIndexField( $name, $type, $this->searchConfig );
Avoid too many return
statements within this method. Open
Open
return $this->updateIndices( $add, $remove );
Avoid too many return
statements within this method. Open
Open
return $status;
Avoid too many return
statements within this method. Open
Open
return $status;
Avoid too many return
statements within this method. Open
Open
return $nonLocalCache;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return self::isSameString( $maybeDisplayTitle, $titleText )
? null
: $maybeDisplayTitle;
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 $maybeDisplayTitle;
Avoid too many return
statements within this method. Open
Open
return array_values( array_unique(
// @phan-suppress-next-line PhanCoalescingNeverNull
array_merge( $ns, $this->requiredNamespaces, $additionalRequiredNamespaces ?? [] ),
SORT_REGULAR
) );