Update dependency phpstan/phpstan to v1.10.58
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| phpstan/phpstan | require-dev | patch |
1.10.57 -> 1.10.58
|
Release Notes
phpstan/phpstan (phpstan/phpstan)
v1.10.58
Improvements 🔧
- Verify property type after
unset(https://github.com/phpstan/phpstan-src/commit/aeadbe28e0b0a05a3a48723ac310cf6c0d852711), #10506, #6773
Bugfixes 🐛
- InvalidThrowsPhpDocValueRule: support
@phpstan-require-extends(#2890), #10475, thanks @RobertMe! -
sort(),rsort()andusort()convert an array to list (#2891), #6467, #10423, #3312, thanks @takaram! - Fix stale result cache with imported type aliases (#2894), #10449, thanks @staabm!
- Avoid internal error with
T<X>whereTbound consist of intersection type (https://github.com/phpstan/phpstan-src/commit/778b56999967ed2fb6630462fe26fdb1e022bba7), #10509 - Recognize
[1 => 'method', 0 => $obj]as callable (#2896), #10502, thanks @staabm! - SprintfFunctionDynamicReturnTypeExtension - limit combinatorial explosion (https://github.com/phpstan/phpstan-src/commit/51cffd49dcf08e17f201f3fb70c29a589d94a234), #10538
- Fix implicit
@phpstan-assertPHPDoc inheritance with generics (#2909), #10037, #9123, thanks @RobertMe!
Internals 🔍
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.