1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/psalter

10 lines
160 B
Plaintext
Raw Normal View History

#!/usr/bin/env php
<?php
2022-01-03 11:04:35 +01:00
namespace Psalm;
use Psalm\Internal\Cli\Psalter;
require_once __DIR__ . '/src/Psalm/Internal/Cli/Psalter.php';
Psalter::run($argv);