9 lines
156 B
PHP
Executable File
9 lines
156 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
|
|
declare (strict_types=1);
|
|
|
|
Phar::loadPhar(__DIR__ . '/phpstan.phar', 'phpstan.phar');
|
|
|
|
require 'phar://phpstan.phar/bin/phpstan';
|