mirror of
https://github.com/mrclay/minify.git
synced 2025-08-16 02:54:33 +02:00
split workflows (no else after return)
This commit is contained in:
@@ -78,11 +78,11 @@ class Minify_CSSmin
|
||||
,$options['docRoot']
|
||||
,$options['symlinks']
|
||||
);
|
||||
} else {
|
||||
return Minify_CSS_UriRewriter::prepend(
|
||||
$css
|
||||
,$options['prependRelativePath']
|
||||
);
|
||||
}
|
||||
|
||||
return Minify_CSS_UriRewriter::prepend(
|
||||
$css
|
||||
,$options['prependRelativePath']
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user