scripts/migrate-schema2.php
Method execute
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function execute() {
$dbw = $this->getDB( DB_PRIMARY );
if ( !$dbw->tableExists( 'revtag', __METHOD__ ) ) {
$this->fatalError( "Table revtag doesn't exist. Translate extension is not installed?" );