Conversation
Conductor executed the following commands: composer update friendsofphp/php-cs-fixer:v3.95.1 phpstan/phpstan:2.1.50 rector/rector:2.4.2 --with-all-dependencies --minimal-changes
Contributor
Author
composer.lockDev Package changes
Settings · Docs · Powered by Private Packagist |
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.1
What's Changed
FinalInternalClassFixerby @kubawerlos in #9547@paraminPhpdocToParamTypeFixerTestby @kubawerlos in #9549PhpdocToParamTypeFixerby @kubawerlos in #9550MethodArgumentSpaceFixer- Do not collapse nested arguments when usingensure_single_line_for_single_argumentoption foron_multilineby @localheinz in #9552Full Changelog: v3.95.0...v3.95.1
v3.95.0
What's Changed
@Symfony:risky- addvoid_returnby @keradus in #9546DeclareStrictTypesFixer- addstrategyoption that will allow to remove declaration by @nicolas-grekas in #9384GlobalNamespaceImportFixer- support first-class callable syntax by @kubawerlos in #9484MethodArgumentSpaceFixer- addensure_single_line_for_single_argumentoption foron_multilineby @localheinz in #9504MultilinePromotedPropertiesFixer- turn multiline promoted properties into singleline when there are fewer thanminimum_number_of_parametersby @localheinz in #9501PhpdocLineSpanFixer- addfunctionoption by @paulbalandan in #9439ReturnAssignmentFixer- skip variables with the named@vartags with new optionskip_named_var_tagsby @mspirkov in #9464excludeoption tophpdoc_typesrule by @spawnia in #9479NoWhitespaceInEmptyArrayFixerby @jrmajor in #8155jsonformat whenAI_AGENTenvironment variable is set by @localheinz in #9542ArrayPushFixer- do not stop fixing whenarray_pushwith 1 argument found by @kubawerlos in #9508BinaryOperatorSpacesFixer- make it works correctly with multiple match cases by @kubawerlos in #9470EchoTagSyntaxFixer- do not break syntax for single line comments by @kubawerlos in #9506PhpUnitTestClassRequiresCoversFixer- do not add@coversNothingto anonymous classes by @kubawerlos in #9481SimplifiedNullReturnFixer- do not removenullfrom property hook by @kubawerlos in #9471MbStrFunctionsFixer- remove the nevertruecondition by @kubawerlos in #9509ModernizeStrposFixer- remove the nevertrueconditions by @kubawerlos in #9510NoAliasFunctionsFixer- cleanup invalid set handling by @kubawerlos in #9511SetTypeToCastFixerby @kubawerlos in #9518BracesPositionFixerby @kubawerlos in #9522PsrAutoloadingFixerby @kubawerlos in #9541ClassAttributesSeparationFixerby @kubawerlos in #9545GeneralAttributeRemoveFixerby @kubawerlos in #9520GlobalNamespaceImportFixerTestby @kubawerlos in #9482NoTrailingCommaInSinglelineFixerby @kubawerlos in #9537OrderedAttributesFixerby @kubawerlos in #9521PhpUnitExpectationFixerby @kubawerlos in #9505TypeExpression::REGEX_TYPESdoes not have unnamed capturing group by @kubawerlos in #9514AbstractPhpUnitFixerby @kubawerlos in #9519ArrayPushFixerby @kubawerlos in #9515FunctionsAnalyzerby @kubawerlos in #9483failOnDeprecation="true"to PHPUnit config by @kubawerlos in #8935issue_8828_c.teston macOS for now by @kubawerlos in #9528PhpdocTypesNoDuplicatesFixertoPhpdocNoDuplicateTypesFixerby @paulbalandan in #9381MethodArgumentSpaceFixermust run beforeNoTrailingCommaInSinglelineFixerby @kubawerlos in #9507PhpUnitTestCaseStaticMethodCallsFixerTest::testInvalidConfigurationby @kubawerlos in #9460New Contributors
Full Changelog: v3.94.2...v3.95.0
phpstan/phpstan (Source: GitHub Releases)
2.1.50
Bugfixes 🐛
Function signature fixes 🤖
2.1.49
Bugfixes 🐛
newexpression types (#5467), #11844, thanks @VincentLanglet and @staabm!Performance 🏎️
TypeCombinator::intersectfolding for conditional expression holders to avoid exponential union distribution (#5482), #14475getAllArrays()expansion inimplode()return type extension (#5482), #14475getAllArrays()expansion inConstantArrayType::getFiniteTypes()(#5482), #14475TypeUtils::flattenTypes()to avoid 2^NgetAllArrays()expansion (#5482), #14475unionWithinspecifyTypesForFlattenedBooleanOrfalsey path to avoid O(N²) (phpstan/phpstan-src@7eab3d2)BooleanAndchains in truthy context (phpstan/phpstan-src@3f5f2de)ConstantArrayType(phpstan/phpstan-src@8019f65)src/wp-includes/user.phpin wordpress-develop (#5485)Function signature fixes 🤖
Internals 🔍
2.1.48
Improvements 🔧
readonlyor hooks as always unitialized (cannot be unset) (#5452), #14459Bugfixes 🐛
ConstantArrayType::spliceArraywhen all keys are integers (#5480), #14472, thanks @VincentLanglet and @staabm!dynamicConstantNamesconstants to PHPDoc type if present (#5457), #9218, thanks @VincentLanglet and @staabm!getOffsetValueType()instead ofgetIterableValueType()when intersecting twoConstantArrayTypes (#5468), #11234, thanks @VincentLanglet and @staabm!Performance 🏎️
Internals 🔍
@varannotation beforeforeachnot defining the expression variable (#5458), #6688, thanks @VincentLanglet and @staabm!2.1.47
Major new features 🚀
bisectcommand (#5431), #14443git bisectImprovements 🔧
Bugfixes 🐛
whileloop does not result in array being recognized as potentially non-empty forin_array(#5419), #13705, thanks @VincentLanglet and @staabm!Performance 🏎️
*NEVER*(#5374), thanks @SanderMuller!-vvv(#5395), #14073, thanks @VincentLanglet and @staabm!Internals 🔍
rector/rector (Source: GitHub Releases))
2.4.2
New Features 🥳
Bugfixes 🐛
rectorphp/rector-symfony
2.4.1
New Features 🥳
RemoveUselessTernaryRector(#7961)CoalesceToTernaryRector(#7960)--rules-summaryoption to display applied rules summary with count (#7874), Thanks @carlos-granados!#[Override]attribute to methods implementing interfaces (#7934), Thanks @hockdudu!Bugfixes 🐛
Deprecations 💀
NewInInitializerRectoras depends on context (#7913)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