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)) {