fix(deps): update extractor #119
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.5.0
->5.6.0
2.1.18
->2.1.21
Release Notes
nikic/PHP-Parser (nikic/php-parser)
v5.6.0
Compare Source
Added
clone
with arbitrary function arguments. This will be parsed as anExpr\FuncCall
node, instead of the usualExpr\Clone_
node.function clone
for use in stubs.Expr\BinaryOp\Pipe
.(void)
cast, represented byExpr\Cast\Void_
.final
modifier on promoted properties.CallLike::getArg()
to fetch an argument by position and name.phpstan/phpstan (phpstan/phpstan)
v2.1.21
Compare Source
v2.1.20
Compare Source
Bugfixes 🐛
v2.1.19
Compare Source
Improvements 🔧
str_split()
return type (#3999), thanks @VincentLanglet!Bugfixes 🐛
IntersectionType::isIterableOnce()
(#4106), #13248, thanks @VincentLanglet!array_map
with named arguments (#3763), #12317, thanks @takaram!ObjectType::getOffsetValueType()
(#4126), #12125, #9575, #9456, #13144, thanks @VincentLanglet!property.nameNotString
(#4117), #13271ConstantArrayType::spliceArray()
(#4140), #13279, thanks @herndlm!exceptionTypeResolver
in neon (phpstan/phpstan-src@e7febc3)Function signature fixes 🤖
stream_filter_*
signatures (#4125), #12380, thanks @VincentLanglet!Internals 🔍
#[RequiresPhp]
attribute rule (#4127), thanks @takaram!dumpNativeType
(#4108), thanks @VincentLanglet!Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.