1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 09:47:29 +01:00
psalm/src/psalter.php

11 lines
193 B
PHP
Raw Normal View History

<?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\Psalter;
2020-07-22 21:57:24 +02:00
/** */
require_once __DIR__ . '/Psalm/Internal/Cli/Psalter.php';
2021-12-03 20:11:20 +01:00
Psalter::run($argv);