Update dependency phpstan/phpstan to v1.10.47
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
phpstan/phpstan |
1.10.46 -> 1.10.47
|
Release Notes
phpstan/phpstan (phpstan/phpstan)
v1.10.47
🔧
Improvements -
ExpressionTypeResolverExtension
(#2789), thanks @janedbal!- See:
ExpressionTypeResolverExtension
in API Reference - This can be used to override inferred types by Scope if existing extension points like DynamicMethodReturnTypeExtension are not sufficient
- See:
🐛
Bugfixes -
array_filter
- handle error types (#2794), #10189, thanks @mglaman! - Fix variable certainty after
if ($var ?? null)
(https://github.com/phpstan/phpstan-src/commit/c2ba3415a8876310289ea0c4aa2976f20b5912f3), #10224 - Fix trait PHPDocs when checking overriden methods (https://github.com/phpstan/phpstan-src/commit/4c4f22f131561795c5f2c6e7627fff2a9aa64b92), #10184
🤖
Function signature fixes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.