mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-14 20:36:46 +01:00
chore(tests): UT for MinifyCss
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user