mirror of
https://github.com/danog/psalm.git
synced 2024-12-13 09:47:29 +01:00
11 lines
193 B
PHP
11 lines
193 B
PHP
<?php
|
|
|
|
/**
|
|
* @deprecated This file is going to be removed in Psalm 5
|
|
*/
|
|
use Psalm\Internal\Cli\Psalter;
|
|
|
|
/** */
|
|
require_once __DIR__ . '/Psalm/Internal/Cli/Psalter.php';
|
|
Psalter::run($argv);
|