Update dependency phpstan/phpstan to v1.10.32
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
1.10.29 -> 1.10.32
|
Release Notes
phpstan/phpstan (phpstan/phpstan)
v1.10.32
🔧
Improvements - Optimize FileTypeMapper for huge PHPDocs (#2582), #9498
- This fixes performance issue for projects that use Carbon (
nesbot/carbon
)
- This fixes performance issue for projects that use Carbon (
- Optimize DumpParametersCommand (https://github.com/phpstan/phpstan-src/commit/379008a6a632e6e657ad920147a87772c41438e1)
v1.10.31
🔧
Improvements - Cache OptimizedDirectorySourceLocator data for faster subsequent runs and less work needed by child processes (https://github.com/phpstan/phpstan-src/commit/b66210f114f695a23d62f884615874cf5f7c6bab)
-
NonAcceptingNeverType
(#2540), #9133, #6485, thanks @jiripudil! - ClearResultCacheCommand -
--xdebug
option (https://github.com/phpstan/phpstan-src/commit/3befb53be3acb9c6807d1ac0834eafb399762440)
🔍
Internals - Do not pass a fake path to analyse in ClearResultCacheCommand; check paths count later when asking for files (https://github.com/phpstan/phpstan-src/commit/4e37a2d78baed28974f140775bcc7f5cba62cf6b)
- FileCacheStorage - reference cache key in a comment (https://github.com/phpstan/phpstan-src/commit/0fbf0eed7ba63bdae6a8ce7ef33a96bd12236b45)
v1.10.30
🔧
Improvements - NotAnalysedTraitRule - do not report for analysis of files-only paths (https://github.com/phpstan/phpstan-src/commit/5f59d58b62ba130aaeedd7d804f3d0bb2b19e4fd)
🐛
Bugfixes - Fix several issues with nullsafe type specification (#2577), #9105, #5172, #8517, #7980, #8664, #9293, thanks @schlndh!
- Do not report unused class elements if the element is used on an uncertain type like
mixed
(https://github.com/phpstan/phpstan-src/commit/cbdb30d596d44cd00361989df72cb15f33f26109), #9765 - ConditionalTagsExtension: add missing tags (#2574), thanks @janedbal!
- CleaningVisitor - keep closures and arrow functions (https://github.com/phpstan/phpstan-src/commit/0501aaf259f16cd1bd27e2a6ec2d8b1de5af5edf), #9776
- Fix baseline for access to uninitialized property from trait (#2568), thanks @schlndh!
- Fix generalizing types in loops (https://github.com/phpstan/phpstan-src/commit/c09be9ec0e8ca6b448da52ee5320417bc692adf9), #9753
- Fix foreach scope when iterating non-array and
polluteScopeWithAlwaysIterableForeach
istrue
(https://github.com/phpstan/phpstan-src/commit/853a1e693eb18b9c1eef87f264c90b4d446db710), #9784
🔍
Internals - Issue bot - special NotAnalysedTraitRule that runs even with
onlyFiles=true
(https://github.com/phpstan/phpstan-src/commit/6c941aecbfd47dd09315d995821eb904288f04c1) - Ability to disable
implicitThrows
in tests (#2576), thanks @janedbal! - Rename duplicate symbols (https://github.com/phpstan/phpstan-src/commit/21717178796e2081d3c4275e6cc54821cfcdcba6)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot