I tried to open an issue about ST4 and PHP syntax but the “issue form” doesn’t seems to let me submit it (the button is disabled and I fill form’s fields).
Here is the content of this issue:
I got this error message Parse error: syntax error, unexpected '=>' (T_DOUBLE_ARROW), expecting ')' in … with the following code (not sure where to open this issue, so don’t hesitate to move it if necessary):
$tableau_final = array_map(fn ($valeur) => ' = ' . $valeur, $tableau_initial);
ST4 4121 on MacOS 11.6.1
I eventually be able to submit the issue (by editing form HTML code) : https://github.com/sublimehq/sublime_text/issues/5107