You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have started using features from PHP 7.4 in one of my extensions. Up until now, the code base of my extensions was consistently 7.1. I noticed that EPV does not recognize at least two 7.4 features and generates false reports. This affects typed class properties and the Null Coalescing Assignment Operator.
Hello
I have started using features from PHP 7.4 in one of my extensions. Up until now, the code base of my extensions was consistently 7.1. I noticed that EPV does not recognize at least two 7.4 features and generates false reports. This affects typed class properties and the Null Coalescing Assignment Operator.
Tested with EPV 0.0.12 and PHP 7.4.33.
1. Typed properties:
The following block:
produces the following false message:
2. NCAO
The following line:
produces the following false message:
Both errors also cause EPV to terminate immediately and thus the rest of the file is no longer checked.
The text was updated successfully, but these errors were encountered: