2.1.36
Bugfixes 🐛
- Fix FNSR false positive about "expr.resultUnused" (phpstan/phpstan-src@ca7ab77)
- Fix named argument parameter matching in getFunctionCallStackWithParameters (#4791), thanks @janedbal!
- Do not deep-clone nodes (phpstan/phpstan-src@9a31328), #13992
- Add getScopeType and getScopeNativeType again (phpstan/phpstan-src@02869f6), #13983
- See discussion #13983 (comment)
- Skip polyfills in
vendorwhen on a higher PHP version (phpstan/phpstan-src@f06c4a2)
Function signature fixes 🤖
Internals 🔍
- Test that expr inside
isset()can be changed with fixable rule (phpstan/phpstan-src@53a03d5), #13983 - Added regression test (#4796), #13694, thanks @staabm!