fix(deps): update extractor #104
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.1.0->5.2.01.12.2->1.12.3Release Notes
nikic/PHP-Parser (nikic/php-parser)
v5.2.0Compare Source
Added
__PROPERTY__magic constant, represented using aNode\Scalar\MagicConst\Propertynode.hookssubnode onNode\Stmt\PropertyandNode\Param, which contains an array ofNode\PropertyHook.flagscan now hold theadditional bits
Modifiers::PUBLIC_SET,Modifiers::PROTECTED_SETandModifiers::PRIVATE_SET.argument or a single plain argument continues to use a
Node\Expr\Exit_node. Otherwise (e.g.if a named argument is used) it will be represented as a plain
Node\Expr\FuncCall.BuilderFactory::val().Removed
$array{0}from the PHP 8 parser. It is stillsupported by the PHP 7 parser. This is necessary in order to support property hooks.
phpstan/phpstan (phpstan/phpstan)
v1.12.3Compare Source
Improvements 🔧
Bugfixes 🐛
ArrayFilterFunctionReturnTypeReturnTypeExtensionand support first-class callable (#3329), #11337, thanks @takaram!list<T>toarray{T}(#3412), #11642, thanks @staabm!Function signature fixes 🤖
curl_init()false returns (#3409), #11640, thanks @tscni!Internals 🔍
COMPOSER_ROOT_VERSIONhack should no longer be necessary (#3414)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.