1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00
This commit is contained in:
Daniil Gentili 2023-10-19 17:45:52 +02:00
parent d5ab48e307
commit 1cf3233cb6

View File

@ -567,7 +567,7 @@ final class Config
public array $config_warnings = [];
/** @internal */
private function __construct()
protected function __construct()
{
self::$instance = $this;
$this->eventDispatcher = new EventDispatcher();