Skip to content

3.51.0.15001

Choose a tag to compare

@github-actions github-actions released this 24 Oct 12:23
· 36 commits to master since this release
1535492

Release notes - SonarPHP - 3.51

New Feature

SONARPHP-1729 Support Pipe operator (PHP 8.5 feature)
SONARPHP-1734 Support void cast (PHP 8.5 feature)
SONARPHP-1735 Support final property promotion (PHP 8.5 feature)
SONARPHP-1736 Support Closures in constant expressions (PHP 8.5 feature)

False Positive

SONARPHP-1534 S1192 should not report an issue on Laravel-like validation strings
SONARPHP-1541 S1172 should not raise an issue on $subject parameter for before, after and around methods
SONARPHP-1581 S2830 should not flag default values of constructor parameters