From e04548a61cb5b01558dc3de6458def86d0ae9cd4 Mon Sep 17 00:00:00 2001 From: odain-cbd <56586767+odain-cbd@users.noreply.github.com> Date: Thu, 4 Jun 2020 21:45:29 +0200 Subject: [PATCH] Update application/themehandler.class.inc.php Co-authored-by: Molkobain --- application/themehandler.class.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/themehandler.class.inc.php b/application/themehandler.class.inc.php index 64250e560..1945c21b2 100644 --- a/application/themehandler.class.inc.php +++ b/application/themehandler.class.inc.php @@ -332,7 +332,8 @@ CSS; foreach ($aStylesheetFile as $sStylesheetFile) { $aRes = self::GetAllUrlFromScss($aThemeParametersVariables, $sStylesheetFile); - foreach($aMap as $key => /** array */$aVal) + /** @var array $aVal */ + foreach($aMap as $key => $aVal) { if (array_key_exists($key, $aMap)) {