mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-24 23:37:18 +00:00
[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:
parent
91f7405297
commit
fd4124cda2
@ -15,10 +15,8 @@
|
|||||||
* Configuration module for RSS-Bridge.
|
* Configuration module for RSS-Bridge.
|
||||||
*
|
*
|
||||||
* This class implements a 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.
|
* Holds the current release version of RSS-Bridge.
|
||||||
|
Loading…
Reference in New Issue
Block a user