Update dependency phpstan/phpstan to v1.12.7
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
1.12.6 -> 1.12.7
|
Release Notes
phpstan/phpstan (phpstan/phpstan)
v1.12.7
🚀
Major new features - Implement template default types (#3457), #4801, thanks @jiripudil!
🔧
Improvements - Move result cache output from debug (
-vvv
) to very verbose (-vv
) mode (#3345), thanks @janedbal! - Support for
non-empty-array
andnon-empty-list
array shape kind (https://github.com/phpstan/phpstan-src/commit/107a7e38e2173d8b8b4f18e5d592fc8ead02b96a) - Improve lowercase string verbosity level (#3567), thanks @VincentLanglet!
- Show TypeResult reasons in StrictComparisonOfDifferentTypesRule (https://github.com/phpstan/phpstan-src/commit/34bacd74410573cf79754348231849b474b7312e)
- Decorate reasons when comparing ConstantArrayType (https://github.com/phpstan/phpstan-src/commit/dc5d8f4d3eef18b1d80b8ffb3a1adfe8de6d7268), #11799, #10421
🐛
Bugfixes - Fix nextAutoIndexes in array coming from ArrayCombineFunctionReturnTypeExtension (https://github.com/phpstan/phpstan-src/commit/c4ba43462cecb03ef57805ffd683f77d57b79a4a), #11819
- Fix return type of
array_reverse()
with optional keys (#3406), #11549, thanks @herndlm! - Try to quit the child process only after internal errors were accounted for (https://github.com/phpstan/phpstan-src/commit/dcd69eba14ed57b32c2f1b759cd8289772f364ac), #11826
- react/http PHP 8.4 patch (https://github.com/phpstan/phpstan-src/commit/40e461d2e8dff171cdf588e380eb20e782e94eb1)
🤖
Function signature fixes - functionMap: more precise
get_defined_vars()
(#3546), thanks @janedbal! - Reflection
getAttributes
returnslist
(#3548), thanks @ManuelHu! - More precise md5/sha1 return type (#3541), thanks @staabm!
- Improve return type of token_name() and PhpToken::getTokenName() (#3558), #11808, thanks @zonuexe!
🔍
Internals - Fix typo (https://github.com/phpstan/phpstan-src/commit/5b43d5004648ded12d5a635db9bb82c56efc2c11)
- Introduce isSuperTypeOfWithReason (#3538), thanks @VincentLanglet!
- Add function
PHPStan\dumpPhpDocType()
(#3559), #11561, thanks @zonuexe! - Introduce TypeResult (https://github.com/phpstan/phpstan-src/commit/a815d575dc10616e510713e01627369b10980d31)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.