1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-12 17:27:28 +01:00
psalm/src/psalm.php

9 lines
171 B
PHP
Raw Normal View History

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