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