From 3ebb1cfc66e81eca9428079400048072a5305420 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 3 Aug 2021 17:11:46 +0200 Subject: [PATCH] :bulb: phpDoc --- application/themehandler.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/themehandler.class.inc.php b/application/themehandler.class.inc.php index d962167e8..35936cfe7 100644 --- a/application/themehandler.class.inc.php +++ b/application/themehandler.class.inc.php @@ -27,6 +27,7 @@ class ThemeHandler { const IMAGE_EXTENSIONS = ['png', 'gif', 'jpg', 'jpeg']; + /** @var \CompileCSSService */ private static $oCompileCSSService; public static function GetAppRootWithSlashes()