Hello PHP developers,
PHP 8.1 was released on the 25th of Nov 2021 and you can already scan the code written with this version on SonarCloud.
PHP 8.1 brings:
- Enums
- Intersection Types
- Readonly Properties
- [First-class callable syntax](https://First-class Callable Syntax)
- Explicit Octal numeral notation
- Final class constants
- … and many more for which we had to adapt our parser.
For SonarQube users, this will be included in SonarQube 9.3.
Enjoy!
Alex