1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00
psalm/psalm-refactor

8 lines
145 B
Plaintext
Raw Normal View History

2019-06-05 10:43:15 -04:00
#!/usr/bin/env php
<?php
use Psalm\Internal\Cli\Refactor;
require_once __DIR__ . '/src/Psalm/Internal/Cli/Refactor.php';
Refactor::run($argv);