Hello there,
I just upgraded to 0.12.49 and started using phpVersion 80000 on our project. I fixed all inspections locally, then deployed on our Jenkins CI. It then reported the following errors on various classes :
------ ---------------------------------------------
Line src/UI/Shared/Error/ErrorListener.php
------ ---------------------------------------------
77 Syntax error, unexpected ',' on line 77
77 Syntax error, unexpected T_MATCH on line 77
------ ---------------------------------------------
There is no syntax error in none of the files (the code is running in production on PHP 7.2 fine) and we use phplint to validate the code base. I can't find something that would be broken in PHP8, but maybe there is ? Any clue what that might come from ? (sorry, I cannot share the whole code...)