1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/psalm-refactor
2022-01-03 12:04:35 +02:00

10 lines
163 B
PHP
Executable File

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