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

ErrorFormatter: fix error msg on last line of code snippet #98

Closed jrfnl closed 2 years ago

jrfnl commented 2 years ago

This small tweak makes the display of the error message independent of the code snippet implementation and will ensure that the actual error message is always displayed on the next line after the code snippet.

Fixes #93

grogy commented 2 years ago

Can we add unit test, please?

jrfnl commented 2 years ago

Can we add unit test, please?

There are no unit tests for this code at all yet, so if you don't mind, I'd rather add tests for the whole class during the test project.