[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.
This commit is contained in:
logmanoriginal 2018-11-18 15:33:02 +01:00
parent 91f7405297
commit fd4124cda2

View file

@ -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.