mirror of
https://github.com/danog/psalm.git
synced 2024-12-14 10:17:33 +01:00
11 lines
182 B
PHP
11 lines
182 B
PHP
<?php
|
|
|
|
/**
|
|
* @deprecated This file is going to be removed in Psalm 5
|
|
*/
|
|
use Psalm\Internal\Cli\Psalm;
|
|
|
|
/** */
|
|
require __DIR__ . '/Psalm/Internal/Cli/Psalm.php';
|
|
Psalm::run($argv);
|