Reputation: 25
In PhpStorm I am getting error highlighting after switching to the new PHP 8.0 syntax.
My question is:
How do I tell PhpStorm to recognise the new syntax of PHP 8.0.0
Upvotes: 0
Views: 1088
Reputation: 25
As mentioned by Urmat Zhenaliev in the previous post, the EAP version is always up-to-date with the newest version releases of supported programming languages.
So for a developer that wants to program bleeding edge technology it is wise to think about EAP (early access program/releases) installations
Upvotes: 0
Reputation: 1547
Go to settings (Ctrl + Alt + S
) -> Languages & Frameworks
-> PHP
and change php language level
to your wished php version. You could also set path to cli interpreter if you want
Upvotes: 2