mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
10 lines
160 B
PHP
Executable File
10 lines
160 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
|
|
namespace Psalm;
|
|
|
|
use Psalm\Internal\Cli\Psalter;
|
|
|
|
require_once __DIR__ . '/src/Psalm/Internal/Cli/Psalter.php';
|
|
Psalter::run($argv);
|