Closed GhostLyrics closed 5 years ago
I've run into the same issue. If I had not read this report I would not have known what is causing the Uncaught Exception since I am not familiar with the code that is failing.
Can the Exception be caught and reported as a Standard violation?
Thank you. I can confirm it solved the problem for me.
This is with phpcs 3.4.2 and symfony2-coding-standard dev-master f5b7f6a. With the following example, checking is aborted (I am assuming the checker crashed).
I can change the line I am assuming trips up the checker by making it:
That change results in different warnings (which is okay) and the checker not crashing (which is very good).