1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 01:37:23 +01:00
psalm/src/psalm-refactor.php

10 lines
183 B
PHP
Raw Normal View History

2019-06-02 07:10:50 +02:00
<?php
/**
* @deprecated This file is going to be removed in Psalm 5
*/
2019-06-02 07:10:50 +02:00
/** */
require_once __DIR__ . '/Psalm/Internal/Cli/Refactor.php';
\Psalm\Internal\Cli\Refactor::run($argv);