Update dependency phpstan/phpstan to v1.10.50
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
1.10.48 -> 1.10.50
|
Release Notes
phpstan/phpstan (phpstan/phpstan)
v1.10.50
🔧
Improvements - Update
nikic/php-parser
to 4.18.0 (https://github.com/phpstan/phpstan-src/commit/24f92cc2a69cbeecefb8e2093c6db41138cc9398)
🐛
Bugfixes -
VoidType
- acceptnull
(https://github.com/phpstan/phpstan-src/commit/40c8fb2266f040158fb811ac13b21a3e179c022a), #10291
🔍
Internals -
InvalidPromotedPropertiesRule
- useFunctionLike
as node type (#2823), thanks @paulbalandan! - Deduplicate inferred template type generalization logic (https://github.com/phpstan/phpstan-src/commit/39fe102d23c8aec32b8c21225152e2d835d224b2)
v1.10.49
🔪
Bleeding edge
If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon
:
includes:
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more
🔧
Improvements
🐛
Bugfixes - Fix
count(list)
regression (#2813), thanks @staabm! - Make AcceptsResult reasons unique (https://github.com/phpstan/phpstan-src/commit/01aabcff33c9f8cb0f6a04469a75cb3c47a014a2)
🤖
Function signature fixes - Make
SimpleXMLElement
method return types benevolent (when they returnstatic|null
) (https://github.com/phpstan/phpstan-src/commit/fb76c9f7d324c854bd2da8bd542b2de6337410e4)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.