1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 09:37:59 +01:00
psalm/psalm

10 lines
154 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\Psalm;
require_once __DIR__ . '/src/Psalm/Internal/Cli/Psalm.php';
Psalm::run($argv);