true, 'tidyCompat' => true, ] ); $this->balancer = new Balancer( $this->config ); } public function tidy( $text ) { return $this->balancer->balance( $text ); } }