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

get_line() private method

Returns the next line from an open file handle or a string
Deprecation:
private get_line ( &$data ) : boolean | string
$data
return boolean | string
    private function get_line(&$data)
    {
        \Yii::warning(sprintf('You are using an deprecated method `%s`.', 'get_line'));
        return $this->getLine($data);
    }