1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 02:07:37 +01:00
psalm/src/psalter.php

9 lines
180 B
PHP
Raw Normal View History

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