From: Tim Düsterhus Date: Wed, 3 Feb 2021 12:43:47 +0000 (+0100) Subject: Make the StyleCompiler `final` X-Git-Tag: 5.4.0_Alpha_1~316^2~9 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b9bf6f950c53c727fbd4205cea484a9e24677ddb;p=GitHub%2FWoltLab%2FWCF.git Make the StyleCompiler `final` --- 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