From fd4124cda28a91896a172eb1f39e1191d23906a6 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Sun, 18 Nov 2018 15:33:02 +0100 Subject: [PATCH] [Configuration] Make class final This class is essential to the core library of RSS-Bridge and must not be extended. This improves predictability for the behaviour of this class. --- lib/Configuration.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/Configuration.php b/lib/Configuration.php index 2a4cdb3f..afa3c20e 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -15,10 +15,8 @@ * Configuration module for RSS-Bridge. * * This class implements a configuration module for RSS-Bridge. - * - * @todo Make this class final. */ -class Configuration { +final class Configuration { /** * Holds the current release version of RSS-Bridge.