fix(deps): update extractor #117
Open
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:
2.1.0
->2.2.0
2.1.17
->2.1.18
7.3.0
->7.3.1
Release Notes
phpstan/phpdoc-parser (phpstan/phpdoc-parser)
v2.2.0
Compare Source
@psalm-inheritors
and@phpstan-sealed
tagphpstan/phpstan (phpstan/phpstan)
v2.1.18
Compare Source
Bleeding edge 🔪
If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's
phpstan.neon
:Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more
Improvements 🔧
@phpstan-sealed
support (#4095), thanks @VincentLanglet!--fail-without-result-cache
when the error formatter returns 0 (phpstan/phpstan-src@df9fa6e)count()
return type inObjectType::getArraySize()
(#4072, #4078), thanks @vojtech-dobes!PDO::connect
dynamic method return type extension (#4015), #12359, thanks @VincentLanglet!PhpVersion::__construct
to BC promise (#4022), #8582, thanks @VincentLanglet!switch
on::class
(#4011), #13069, thanks @VincentLanglet!array_keys
return type (#3590), #11928, thanks @staabm!Bugfixes 🐛
ClosureType::equals()
for pure/impure closures (phpstan/phpstan-src@02066c7), #13067in_array()
always true (#4073), #13151, #8818, #12755, #12412, thanks @VincentLanglet!MixedType->equals(ErrorType)
(#3934), thanks @staabm!unset()
with nested dim fetch (#3964), #12927, #12330, #11171, #8282, #12754, thanks @staabm!Function signature fixes 🤖
posix_getpwnam()
(#4091), #12254, thanks @zonuexe!SimpleXMLElement::xpath
return type (#4096), thanks @VincentLanglet!locale_get_display_x()
return types (#4085), thanks @cfahner!DOMElement::$attributes
stub (#4029), #13076, thanks @VincentLanglet!Internals 🔍
parametersSchema.neon
(phpstan/phpstan-src@72c2a8d)vendor/attributes.php
.AutowiredService
AutowiredParameter
NonAutowiredService
GenerateFactory
RegisteredRule
RegisteredCollector
#[Override]
for methods overriding 3rd party (phpstan/phpstan-src@98ed732)??=
(#4084), thanks @zonuexe!$var === const
within_array()
(#4098), thanks @zonuexe!assertSuperType
testing utility (#4066), thanks @vojtech-dobes!Type::spliceArray()
, improvesplice_array()
array type narrowing (#3952), thanks @herndlm!symfony/console (symfony/console)
v7.3.1
Compare Source
Changelog (symfony/console@v7.3.0...v7.3.1)
setColumnMaxWidth()
(@vladimir-vv)renderCell()
method when cell contain unicode variant selector (@vladimir-vv)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.