1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/psalter

8 lines
142 B
Plaintext
Raw Normal View History

#!/usr/bin/env php
<?php
use Psalm\Internal\Cli\Psalter;
require_once __DIR__ . '/src/Psalm/Internal/Cli/Psalter.php';
Psalter::run($argv);