Improvements 🔧
- PHPDoc tag
@phpstan-ignore-next-line
works for first line below the PHPDoc even in bleeding edge (phpstan/phpstan-src@8b6260c), #10383, #10374 - Add
open-resource
type (phpstan/phpstan-src@bbd9a68), #10399 - Optimize repeated container creation in tests (#2860), thanks @schlndh!
- Try to prevent error with PHP-Parser 5 when running PHPUnit tests (phpstan/phpstan-src@9dac90d), #10401, thanks @zonuexe!
Bugfixes 🐛
- Fix mixing property and param attributes on promoted property (#2825), #10385
- Fix detection of shadowed trait methods (phpstan/phpstan-src@2270051), #10377
- Fix int-range return type for range() (#2792), #10213, #9573, thanks @dantleech!
Internals 🔍
- Remove unused DirectClassReflectionExtensionRegistryProvider (#2857), thanks @staabm!
- Plumbing for
@phpstan-require-extends
and@phpstan-require-implements
(#2856), thanks @staabm! Scope::getFunctionCallStack()
(phpstan/phpstan-src@9be1376), phpstan/phpstan-deprecation-rules#106