parseHTML($html);
}
}
public function __toString() : string
{
return $this->html;
}
protected function bottomComment(string $raw = "", string $compressed = "") : string
{
$raw = strlen($raw);
$compressed = strlen($compressed);
$savings = ($raw-$compressed) / $raw * 100;
$savings = round($savings, 2);
return '';
}
protected function minifyHTML(string $html = "") : string
{
$pattern = '/<(?