1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-03 10:07:52 +01:00
This commit is contained in:
Andrew Nagy 2023-03-02 19:05:14 +00:00
parent fc4c98050e
commit 7760c399cc

View File

@ -378,6 +378,6 @@ final class LanguageServer
$clientConfiguration->TCPServerAddress = $options['tcp'] ?? null;
$clientConfiguration->TCPServerMode = isset($options['tcp-server']);
LanguageServerLanguageServer::run($config, $clientConfiguration;
LanguageServerLanguageServer::run($config, $clientConfiguration);
}
}