Improvements 🔧
- PHPStan Pro: debug corrupted PHAR signature message (phpstan/phpstan-src@9815bbb)
Bugfixes 🐛
- Revert "Fix phar.yml workflow" (phpstan/phpstan-src@6973519), #11638
- Refactor
ArrayFilterFunctionReturnTypeReturnTypeExtension
and support first-class callable (#3329), #11337, thanks @takaram! - Prevent resolving conditional types in callable param/return types (#3405), #11472, thanks @rvanvelzen!
- Fix wrongly convertion of
list<T>
toarray{T}
(#3412), #11642, thanks @staabm! - Fix internal error (phpstan/phpstan-src@052f6b1), #11649
- Missing typehints should be consistently checked on level 6 (phpstan/phpstan-src@e3e80f6), #11657
Function signature fixes 🤖
- Don't prevent checking for
curl_init()
false returns (#3409), #11640, thanks @tscni! - Update phpstorm-stubs and patch (#3393), thanks @VincentLanglet!
Internals 🔍
- The
COMPOSER_ROOT_VERSION
hack should no longer be necessary (#3414) - Add non regression test (#3416), #4960, thanks @VincentLanglet!
- Add non regression test (#3415), #10499, thanks @VincentLanglet!