params['wikiPageId'] ); if ( $wikiPage ) { $wikiPage->doDeleteArticleBatched( $this->params['reason'], $this->params['suppress'], User::newFromId( $this->params['userId'] ), json_decode( $this->params['tags'] ), $this->params['logsubtype'], false, $this->getRequestId() ); } return true; } }