This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
1.9.8 -> 1.9.11
|
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
v1.9.11
@phpstan-
prefixed tags (#2177), #8697, thanks @zonuexe!v1.9.10
v1.9.9
Type::getEnumCases()
to use instead of instanceof EnumCaseObjectType
(https://github.com/phpstan/phpstan-src/commit/a0242e0f7234b4e78a59ddc6ea79342cd1e03c0f)elseif
can be exhaustive and no else
branch is needed (https://github.com/phpstan/phpstan-src/commit/94e6e466f44a0dbbcb6182b32628d97a80109305), #7547
__CLASS__
, __NAMESPACE__
in traits (#2043), #3019, thanks @staabm!class_implements
dynamic return type extension (#2023), #4335, thanks @VincentLanglet!ReflectionClass::newInstanceArgs()
type fix for named arguments (#2176), #8679, thanks @s3b4stian!This MR has been generated by Renovate Bot.