Welcome to mirror list, hosted at ThFree Co, Russian Federation.

psalm-refactor « psalm « vimeo « vendor - github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5bdd7f63b654b70fb81a71d59f4cf306d5adab92 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env php
<?php

use Psalm\Internal\Cli\Refactor;

require_once __DIR__ . '/src/Psalm/Internal/Cli/Refactor.php';
Refactor::run($argv);