chore(deps): update dependency phpstan/phpstan to v1.9.7
Compare changes
+ 6
− 6
@@ -7630,16 +7630,16 @@
@@ -7669,7 +7669,7 @@
@@ -7685,7 +7685,7 @@
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
1.9.4 -> 1.9.7
|
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
v1.9.7
skipCheckGenericClasses
(https://github.com/phpstan/phpstan-src/commit/28c2c79b16cac6ba6b01f1b4d211541dd49d8a77)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
UnionType::pickTypes
overriden in BenevolentUnionType
for a more benevolent behaviour (https://github.com/phpstan/phpstan-src/commit/480626ecb52d2e98cc28cee8a18dfb86112b7f8f)min()
and max()
do not return false
on PHP 8 (#2161), thanks @staabm!v1.9.6
v1.9.5
MutatingScope::shouldInvalidateExpression()
(#2139), thanks @staabm!ReturnStatementsNode::hasNativeReturnTypehint()
(#2141), thanks @janedbal!lowercase-string
and non-empty-lowercase-string
are known (https://github.com/phpstan/phpstan-src/commit/884ceb015c68e8c40a066732b4bc873bed568d38)pathinfo($s, PATHINFO_ALL)
return type (#2014), thanks @staabm!MixedType::hasOffsetValueType()
for subtracted types (#2135), #6705, thanks @herndlm!parent::__set_state()
method is only object (#2138), thanks @blankse!FilterVarDynamicReturnTypeExtension
(#2120), thanks @herndlm!Type::isScalar()
(#2149), thanks @herndlm!GenericsIntegrationTest
(#2147), thanks @herndlm!This MR has been generated by Renovate Bot.