Files
development/vendor/vimeo/psalm/psalm-plugin
2023-03-09 16:27:10 +09: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();