MKIMiro Hi, I am getting this error Construct typed properties is supported since PHP 7.4PHP(PHP6401) How can I setup PHP tools to recognize that I want to use PHP 7.4? Thanks
MarcHenderkes Install php 7.4 and in Tools - Options - Php select the interpreter (php.exe) you want.
JakubMisek @MKIMiro In VS Code, please set the setting php.executablePath to your PHP 7.4 binary, and eventually reload the workspace. You will see what version is active in the VS Code Output: