Closed
Description
Command
parallel-lint .\tests\file-with-parse-error.php
Expected output
Syntax error found in 1 file
------------------------------------------------------------
Parse error: .\tests\file-with-parse-error.php:6
5|
> 6| echo . $text;
7|
Unexpected token "."
Actual output
Syntax error found in 1 file
------------------------------------------------------------
Parse error: .\tests\file-with-parse-error.php:6
5|
> 6| echo . $text;
7|
Unexpected token "." in .\tests\file-with-parse-error.php on line 6
Take note of the difference in the last line of the output.