JakubOnderka / PHP-Parallel-Lint

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

Removes executable bit from `parallel-lint.php`. #62

Closed donatj closed 8 years ago

donatj commented 9 years ago

This removes the executable bit from parallel-lint.php, it needn't be executable, parallel-lint which executes it is the only thing that need be.

JakubOnderka commented 8 years ago

Good point, thank you.