1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00
psalm/psalm-language-server

10 lines
181 B
Plaintext
Raw Normal View History

2018-10-18 17:09:54 -04:00
#!/usr/bin/env php
<?php
2022-01-03 12:04:35 +02:00
namespace Psalm;
use Psalm\Internal\Cli\LanguageServer;
require_once __DIR__ . '/src/Psalm/Internal/Cli/LanguageServer.php';
LanguageServer::run($argv);