nunomaduro / phpinsights

🔰 Instant PHP quality checks from your console
https://phpinsights.com
MIT License
5.28k stars 281 forks source link

SyntaxCheck Insights lose file path on syntax error #685

Closed llaville closed 2 months ago

llaville commented 3 months ago
Q A
Bug report? yes
Feature request? no
Library version 2.11.0

Hello,

When running PHP Insights on source code that raise some syntax error, we lose absolute file path compare to other insights that print the full (and correct) file path.

Results by image

syntaxCheck

I'll propose a PR to fix this issue !