1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
psalm/src/psalm_plugin.php
2021-12-03 20:11:20 +01:00

11 lines
185 B
PHP

<?php
/**
* @deprecated This file is going to be removed in Psalm 5
*/
use Psalm\Internal\Cli\Plugin;
/** */
require_once __DIR__ . '/Psalm/Internal/Cli/Plugin.php';
Plugin::run();