php-parallel-lint / PHP-Parallel-Lint

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

Text output does not always display error on new line #93

Closed jrfnl closed 2 years ago

jrfnl commented 2 years ago

Expected

That the actual error is displayed on the next line after the code sample.

What actually happens

Depending on the code sample, the error sometimes is tagged onto the last line of the code sample.

Screenshot

image