1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-12 09:19:40 +01:00
psalm/src/psalm-language-server.php

9 lines
194 B
PHP
Raw Normal View History

<?php
/**
* @deprecated This file is going to be removed in Psalm 5
*/
/** */
require_once __DIR__ . '/Psalm/Internal/Cli/LanguageServer.php';
\Psalm\Internal\Cli\LanguageServer::run($argv);