1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 10:57:08 +01:00
psalm/src/psalm.php

11 lines
182 B
PHP
Raw Normal View History

2016-07-26 21:12:44 +02:00
<?php
2021-12-03 20:11:20 +01:00
/**
* @deprecated This file is going to be removed in Psalm 5
*/
2021-12-03 20:11:20 +01:00
use Psalm\Internal\Cli\Psalm;
2020-07-22 21:57:24 +02:00
/** */
require __DIR__ . '/Psalm/Internal/Cli/Psalm.php';
2021-12-03 20:11:20 +01:00
Psalm::run($argv);