Showing 2,096 of 2,096 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::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' ) );
Avoid too many return
statements within this method. Open
Open
return $conflict;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return Status::newFatal( 'wikibase-undo-nocontent', $this->getTitle(), $latestRevision->getId() );
Avoid too many return
statements within this method. Open
Open
return Status::newGood( [ $olderRevision, $newerRevision, $latestRevision ] );
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return wfEscapeWikiText( strval( $value ) );
Avoid too many return
statements within this method. Open
Open
return [ 'read' ];
Avoid too many return
statements within this method. Open
Open
return $status;
Avoid too many return
statements within this method. Open
Open
return [ 'read', 'edit' ];
Avoid too many return
statements within this method. Open
Open
return $dataValue->getValue();
Avoid too many return
statements within this method. Open
Open
return $formFields;
Avoid too many return
statements within this method. Open
Open
return true;
Avoid too many return
statements within this method. Open
Open
return false;