repo/maintenance/rebuildPropertyInfo.php
Method doDBUpdates
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function doDBUpdates() {
if ( !WikibaseSettings::isRepoEnabled() ) {
$this->output( "You need to have Wikibase enabled in order to use this maintenance script!\n\n" );
exit;
}