rmrevin\yii\minify\HtmlCompressor::html_compress PHP Method

html_compress() private method

Deprecation:
private html_compress ( $data, null | array $options = null ) : boolean | mixed | string
$data
$options null | array
return boolean | mixed | string
    private function html_compress($data, $options = null)
    {
        \Yii::warning(sprintf('You are using an deprecated method `%s`.', 'html_compress'));
        return $this->htmlCompress($data, $options);
    }