Skip to content

3.22.0.8482

Compare
Choose a tag to compare
@karim-ouerghemmi-sonarsource karim-ouerghemmi-sonarsource released this 26 Nov 14:07
· 352 commits to master since this release
2c23cd7

Bug

  • [SONARPHP-1262] - PHPStan report import should not fail on paths with class context

New Feature

  • [SONARPHP-1251] - Parser should support Enums
  • [SONARPHP-1252] - Parser should support `new` in initializers
  • [SONARPHP-1253] - Parser should support readonly properties
  • [SONARPHP-1254] - Parser should support first-class callable syntax
  • [SONARPHP-1255] - Parser should support pure intersection types
  • [SONARPHP-1256] - Parser should support explicit octal integer literal notation
  • [SONARPHP-1260] - Parser should support final class constants
  • [SONARPHP-1264] - S1144 UnusedPrivateMethodCheck should raise on enum private and protected methods
  • [SONARPHP-1265] - Parser should allow enums as inner statements

Improvement