mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
10 lines
181 B
PHP
Executable File
10 lines
181 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
|
|
namespace Psalm;
|
|
|
|
use Psalm\Internal\Cli\LanguageServer;
|
|
|
|
require_once __DIR__ . '/src/Psalm/Internal/Cli/LanguageServer.php';
|
|
LanguageServer::run($argv);
|