mirror of
https://github.com/mrclay/minify.git
synced 2025-08-14 01:54:11 +02:00
php-cs-fixer fix
This commit is contained in:
@@ -89,6 +89,7 @@ class Minify_CSS
|
||||
$currentDir = $options['currentDir'];
|
||||
$docRoot = $options['docRoot'];
|
||||
$symlinks = $options['symlinks'];
|
||||
|
||||
return Minify_CSS_UriRewriter::rewrite($css, $currentDir, $docRoot, $symlinks);
|
||||
} else {
|
||||
return Minify_CSS_UriRewriter::prepend($css, $options['prependRelativePath']);
|
||||
|
Reference in New Issue
Block a user