From b9bf6f950c53c727fbd4205cea484a9e24677ddb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 3 Feb 2021 13:43:47 +0100 Subject: [PATCH] Make the StyleCompiler `final` --- wcfsetup/install/files/lib/system/style/StyleCompiler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php b/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php index 4675817233..7e4ccf6856 100644 --- a/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php +++ b/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php @@ -24,7 +24,7 @@ use wcf\util\StyleUtil; * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Style */ -class StyleCompiler extends SingletonFactory +final class StyleCompiler extends SingletonFactory { /** * SCSS compiler object -- 2.20.1