Hey, I'm getting this error during the installation:
Parse error: syntax error, unexpected '?' in /home2/USER/public_html/setup-master/setup/bootstrap.php on line 66
line 66 is $setup->writeLog('Server software: %s', $_SERVER['SERVER_SOFTWARE'] ?? 'Unknown');
What's going wrong? What should i fix?