Viewing 1 replies (of 1 total)
  • Inline.php on line 8:
    abstract static function minify($content, $minifier, $options = array());

    Must be:

    static function minify($content, $minifier, $options = array()) {
       return $content;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Static function Minify_Inline::minify() should not be abstract’ is closed to new replies.