1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 22:01:48 +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 = []; public array $config_warnings = [];
/** @internal */ /** @internal */
private function __construct() protected function __construct()
{ {
self::$instance = $this; self::$instance = $this;
$this->eventDispatcher = new EventDispatcher(); $this->eventDispatcher = new EventDispatcher();