adapt testValidatePrecompiledStyles

This commit is contained in:
odain
2020-06-04 22:47:50 +02:00
parent 001680906d
commit 7cad4ac444
2 changed files with 10 additions and 2 deletions

View File

@@ -615,7 +615,7 @@ CSS;
* @throws Exception
* @return string
*/
private static function FindStylesheetFile($sFile, $aImportsPaths)
public static function FindStylesheetFile($sFile, $aImportsPaths)
{
foreach($aImportsPaths as $sPath)
{