Skip to content

2.3.0

Compare
Choose a tag to compare
@janedbal janedbal released this 09 Feb 09:28
· 166 commits to master since this release
c99e2b9

New features

Fixes

  • forbidCustomFunctions: proper config validation (#83)
  • forbidUnusedException: fix false positive within ternary or yield (#79)
  • forbidUnusedMatch: fix false positive within ternary (#79)
  • uselessPrivatePropertyNullabilityRule: fix false positive with non-typehinted properties (#78)
  • uselessNullableReturn: fix false positive with return; (#82)

Dependencies:

  • phpstan/phpstan now requires at least 1.9.1 (was 1.8.7, see #76)