[Conductor] Update dev - #120
Open
private-packagist[bot] wants to merge 1 commit into
Open
Conversation
Conductor executed the following commands: composer update friendsofphp/php-cs-fixer:v3.95.23 phpstan/phpstan:2.2.9 rector/rector:2.6.4 --with-all-dependencies --minimal-changes
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 was automatically generated by Conductor.
The PR contains the changes generated by running the following command:
Changelog
friendsofphp/php-cs-fixer (Source: GitHub Releases))
v3.95.23
What's Changed
FunctionsAnalyzer- detect return type of a closure with auseclause by @lazerg in #9806Full Changelog: v3.95.22...v3.95.23
v3.95.22
What's Changed
StaticLambdaFixer- do not make a lambda static when it is the direct subject of bindTo() or call() by @Amoifr in #9802Utils- fixstableSort()andsortFixers()template types, remove@phpstan-ignoresuppressions by @kubawerlos in #9798Preg::replaceCallback()extension by @kubawerlos in #9799New Contributors
Full Changelog: v3.95.21...v3.95.22
v3.95.21
What's Changed
StatementIndentationFixer- do not treat ternary colon as block start by @lazerg in #9795NameQualifiedTransformertoken insertion by @live627 in #9759Full Changelog: v3.95.20...v3.95.21
phpstan/phpstan (Source: GitHub Releases)
2.2.9
Improvements 🔧
Bugfixes 🐛
IntegerRangeType(#5771), #14654, thanks @staabm and @SanderMuller!@internalusages of anonymous class members (#6235), #13042, thanks @peter17!Performance 🏎️
HasOffsetType,HasOffsetValueTypeintersection (#6195), #15061, thanks @staabm!Rules\LazyRegistry,Collectors\Registry: Cache extension-class-names (#6205), thanks @staabm!src/Rules/Api/*Rule: cheap checks first (#6206), thanks @staabm!UnionType->getFiniteTypes()(#6210), thanks @staabm!FiniteTypeSet->key()(#6228), thanks @staabm!UnionType->isNull()(#6232), thanks @staabm!UnionType->isCallable()(#6233), thanks @staabm!Function signature fixes 🤖
Internals 🔍
@internallogic intoRestrictedInternalUsageHelper(#6230), thanks @staabm!FiniteTypeSet(#6229), thanks @staabm!rector/rector (Source: GitHub Releases))
2.6.4
A tooling release under the hood: Rector's dependency-injection container moves off
illuminate/containerontoentropy/entropy, and composer-based sets now target the lowest declared version of a library instead of guessing the current one.New rules 🎉
rector-src
IfToNullCoalescingAssignRector— convert anifnull-guard into??=(#8356)ArrayKeysToArrayKeyFirstLastRector—array_keys($a)[0]→array_key_first($a)(#8238)rector-symfony
WebLinkStringRelationsToConstantsRector(#1058)Engine 🔧
illuminate/containertoentropy/entropy(#8362) — lighter container, order-independent service collections viaautodiscover()projectpackage type is treated as an application (#8359, #8363)PhpVersionFactoryas a public service so third-party rules can autowire it (#8365)Bugfixes 🐛
rector-src
ClassMethodArrayDocblockParamFromLocalCallsRectoron methods overriding a parent/interface (#8357)@param arraywhen the local call type conflicts with the default value (#8381)oussuffix inRenameForeachValueVariableToMatchExprVariableRector(#8382)rector-symfony
CommandConfigureToAttributeRectoron non-constantconfigure()values (#1057)ContainerGetNameToTypeInTestsRectorwhen the named service has no matching FQCN service (#1051)OptionNameRectorwhen no option name changes (#1044)rector-phpunit
AddInstanceofAssertForNullableArgumentRectorduplicatingassertInstanceOfinside traits (#773)MatchAssertSameExpectedTypeRectorrewriting a passing assert into a failing one (#771)Set changes 📈
rector-src
FlipNegatedTernaryInstanceofRectorto the code quality level (#8385)rector-symfony
RequestIsMainRectorand other version-bonded rules to the composer-based set (#1048, #1045)GetFiltersAndFunctionsToAsTwigAttributeRector— support arrow-call functions; gate onsymfony/twig-bridge7.3, not twig alone (#1043, #1050)ANNOTATIONS_TO_ATTRIBUTESas@internalinstead of@deprecated(#1053)rector-doctrine
AddAnnotationToRepositoryRectorto the composer-based set only (#510)Deprecations 💀
Deprecated rules run without any effect, print a warning and will be removed in a future major release.
rector-symfony
InlineClassRoutePrefixRector(#1049)AddTraitGetterReturnTypeBasedOnSetterRequiredRector(#1047)LiteralGetToRequestClassConstantRector(#1046)Removals 💀
rector-src
CallLikeThisBoundClosureArgsNodeVisitorand its unread attribute (#8373)Task options
If you close the PR, the task will be skipped and Conductor will schedule the next task. Clicking the "Skip" button in the UI has the same effect. Conductor won't attempt to update the dependency to this exact version again but it will schedule updates to newer versions.
Powered by Private Packagist