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
@ -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…
x
Reference in New Issue
Block a user