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:
Dag 2022-09-04 04:50:01 +02:00 committed by GitHub
parent 57d5aa45f7
commit 693d6edfbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ final class Configuration
{
private const VERSION = 'dev.2022-06-14';
private static array $config = [];
private static $config = [];
private function __construct()
{