1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/psalm
2021-12-27 22:30:10 +01:00

8 lines
136 B
PHP
Executable File

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