mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:05:55 +00:00
9 lines
156 B
PHP
9 lines
156 B
PHP
#!/usr/bin/env php
|
|
<?php
|
|
|
|
declare (strict_types=1);
|
|
|
|
Phar::loadPhar(__DIR__ . '/phpstan.phar', 'phpstan.phar');
|
|
|
|
require 'phar://phpstan.phar/bin/phpstan';
|