From 01c720e016614905f94bb65ae904d7509b01a84a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 18 May 2022 16:49:42 +0200 Subject: [PATCH] Mark WCFSetup as final --- wcfsetup/install/files/lib/system/WCFSetup.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/WCFSetup.class.php b/wcfsetup/install/files/lib/system/WCFSetup.class.php index 001d5222dd..4bc6b62568 100644 --- a/wcfsetup/install/files/lib/system/WCFSetup.class.php +++ b/wcfsetup/install/files/lib/system/WCFSetup.class.php @@ -48,7 +48,7 @@ use wcf\util\XML; * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System */ -class WCFSetup extends WCF +final class WCFSetup extends WCF { /** * list of available languages -- 2.20.1