42 public function run() {
43 $lb = MediaWikiServices::getInstance()->getDBLoadBalancer();
49 [
'user_editcount' => $this->params[
'editCount'] ],
52 'user_id' => $this->params[
'userId'],
53 'user_editcount IS NULL OR user_editcount < ' . $dbw->addQuotes( $this->params[
'editCount'] )