php-parallel-lint / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
287 stars 21 forks source link

Bug fix: make Phar file run independently of project under scan #63

Closed jrfnl closed 3 years ago

jrfnl commented 3 years ago

This prevents the autoload finder from attempting to load the Composer autoload.php file of the project under scan when Parallel Lint is being run from a Phar file.

Fixes #61

grogy commented 3 years ago

Thank you, merged