3 namespace MediaWiki\Tidy
;
5 class Html5Internal
extends TidyDriverBase
{
7 public function __construct( array $config ) {
8 parent
::__construct( $config +
[
12 $this->balancer
= new Balancer( $this->config
);
15 public function tidy( $text ) {
16 return $this->balancer
->balance( $text );