Showing 1,432 of 2,096 total issues
Avoid too many return
statements within this function. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return [ $term->getText(), $term->getActualLanguageCode() ];
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return [ $term->getText(), $term->getActualLanguageCode() ];
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return $title->getPrefixedText() === $diffOp->getOldValue() ||
$title->getPrefixedText() === $diffOp->getNewValue();
Avoid too many return
statements within this method. Open
Open
return array_combine(
range( 1, count( $badges ) ), $badges
);
Avoid too many return
statements within this method. Open
Open
return $termFallback->getText();
Avoid too many return
statements within this method. Open
Open
return 0;
Avoid too many return
statements within this method. Open
Open
return Status::newFatal( 'edit_form_incomplete' ); //XXX: better message?
Avoid too many return
statements within this method. Open
Open
return Status::newFatal( 'wikibase-undo-badpage', $this->getTitle(), $newerRevision->getId() );
Avoid too many return
statements within this method. Open
Open
return $newTitle;
Avoid too many return
statements within this method. Open
Open
return Status::newFatal( 'wikibase-undo-samerev', $this->getTitle() );
Avoid too many return
statements within this method. Open
Open
return $status;
Avoid too many return
statements within this method. Open
Open
return Status::newFatal( 'wikibase-undo-badpage', $this->getTitle(), $olderRevision->getId() );
Avoid too many return
statements within this method. Open
Open
return Status::newFatal( 'wikibase-undo-nocontent', $this->getTitle(), $olderRevision->getId() );
Avoid too many return
statements within this method. Open
Open
return Status::newFatal( 'wikibase-undo-nocontent', $this->getTitle(), $newerRevision->getId() );
Avoid too many return
statements within this method. Open
Open
return $status;
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( 'undo-norev', $req->getInt( 'undo' ) );