chore(tests): UT for MinifyCss

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2023-12-06 12:44:01 +01:00
parent 6f05a914ef
commit dfec9bbd06
6 changed files with 18 additions and 32 deletions

View File

@@ -55,9 +55,5 @@ interface MinifyInterface
*/
public function addFiles(array $files, bool $minify = true): MinifyInterface;
/**
* @param bool $insecure Whether the $base path is insecure
* @return MinifyInterface
*/
public function builder(bool $insecure = false): MinifyInterface;
public function builder(): MinifyInterface;
}