Update dependency phpstan/phpstan to v1.10.48
Loading
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
phpstan/phpstan |
1.10.47 -> 1.10.48
|
v1.10.48
xor
because that's probably not what the user intended to do (https://github.com/phpstan/phpstan-src/commit/a1fffb3346e09f1e8e8d987d4282263295a55142), #10267
and
and or
(https://github.com/phpstan/phpstan-src/commit/1d8fff637d70a9e9ed3f11dee5d61b9f796cbf1a)&&
and ||
(https://github.com/phpstan/phpstan-src/commit/cf2c8bbd9ebd2ebe300dbd310e136ad603d7def3)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
ReflectionEnum::getName()
after ReflectionEnum::isBacked()
(#2806), #10192, thanks @franmomu!count()
results in type loss (#2811), #10264, thanks @staabm!SimpleXMLElement::addChild
(#2808), #10269, thanks @DaveLiddament!This MR has been generated by Renovate Bot.