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

8 lines
145 B
PHP
Executable File

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