1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-12 09:19:40 +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);