Update dependency phpstan/phpstan to v1.10.44
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
phpstan/phpstan |
1.10.43 -> 1.10.44
|
Release Notes
phpstan/phpstan (phpstan/phpstan)
v1.10.44
🔧
Improvements - PHP 8.3: support for dynamic class constant fetches (RFC)
- PHP 8.3: support for anonymous readonly class
- RedefinedParametersRule (#2755), #8025, thanks @paulbalandan!
- AbstractPrivateMethodRule (#2756), thanks @staabm!
- ReadOnlyClassRule (https://github.com/phpstan/phpstan-src/commit/02b2e3d0885528724a1af91a1758b8f36e2167f4)
- InvalidLexicalVariablesInClosureUseRule (#2757), #1855, thanks @paulbalandan!
- AbstractProtectedMethodRule (#2758), thanks @staabm!
- VarTagTypeRuleHelper: do not allow widening
list<array{id: int}>
tomixed[]
(#2760), thanks @janedbal!
🐛
Bugfixes - Re-add nullable type to interface to fix
Carbon
PHPStan extension (#2762), thanks @CalebDW! - Fix named arguments for few multi-variant methods (#2748), thanks @schlndh!
- Fix overriding
SoapClient
old-style constructor (https://github.com/phpstan/phpstan-src/commit/7765768fd54617616107f76489702d8bcac3d4d2), #10165 - Apply same fix in MethodSignatureRule from https://github.com/phpstan/phpstan-src/commit/be2b4152837ce05273c55937b8a56daa19cb4d81 (https://github.com/phpstan/phpstan-src/commit/85fcd5f35e5418ce78b7a0734facf11d079fe160), #10166
🤖
Function signature fixes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.