mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 23:29:56 +03: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:
parent
57d5aa45f7
commit
693d6edfbf
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ final class Configuration
|
|||
{
|
||||
private const VERSION = 'dev.2022-06-14';
|
||||
|
||||
private static array $config = [];
|
||||
private static $config = [];
|
||||
|
||||
private function __construct()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue