Hello Wonderful People,
I recently upgraded my project to fro PHP 7.4 version 8.3. Unfortunately now DeepSource fails to parse some new syntax. So far I noticed that it doesn’t like typed class constants, like this:
private const string CODE = 'no-payments';
Is there a version switch somewhere I am missing? If not, are there any resources I can use to learn when this — now over 1 year old — PHP version will be supported?
I’m posting this partly for visibility: I hoped someone else ran into a similar problem and searched the forums for relevant topics, but found nothing.