From fb456061bf4d9c44f3cd2fd42fc942af74703a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 4 Mar 2022 19:35:31 +0100 Subject: [PATCH] Mark CommandCache as final --- files/lib/data/command/CommandCache.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lib/data/command/CommandCache.class.php b/files/lib/data/command/CommandCache.class.php index 5c31820..0d1522b 100644 --- a/files/lib/data/command/CommandCache.class.php +++ b/files/lib/data/command/CommandCache.class.php @@ -22,7 +22,7 @@ /** * Manages the command cache. */ -class CommandCache extends SingletonFactory +final class CommandCache extends SingletonFactory { /** * list of cached commands