1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00
psalm/psalm-plugin
2022-01-03 12:04:35 +02:00

10 lines
152 B
PHP
Executable File

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