mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-24 02:11:19 +02:00
fix: php7.3 parser error in Configuration.php (#2999)
Dont fail a basic lint so that the proper error message can be shown when on unsupported versions.
This commit is contained in:
@@ -21,7 +21,7 @@ final class Configuration
|
||||
{
|
||||
private const VERSION = 'dev.2022-06-14';
|
||||
|
||||
private static array $config = [];
|
||||
private static $config = [];
|
||||
|
||||
private function __construct()
|
||||
{
|
||||
|
Reference in New Issue
Block a user