Update dependency friendsofphp/php-cs-fixer to ^3.95.11#23
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency friendsofphp/php-cs-fixer to ^3.95.11#23renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
dc36267 to
20c9fa3
Compare
20c9fa3 to
455161f
Compare
48e6629 to
38145ff
Compare
38145ff to
503fcbb
Compare
503fcbb to
1bd356b
Compare
1bd356b to
c348759
Compare
c348759 to
250e5a0
Compare
250e5a0 to
d56bdd1
Compare
d56bdd1 to
47d073d
Compare
47d073d to
8591413
Compare
8591413 to
7508738
Compare
| datasource | package | from | to | | ---------- | ------------------------- | ------ | ------- | | packagist | friendsofphp/php-cs-fixer | 3.94.2 | 3.95.11 |
7508738 to
b19a5b6
Compare
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 contains the following updates:
^3.94.2→^3.95.11Release Notes
PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)
v3.95.11Compare Source
NoBreakCommentFixer- handle enum cases,TokensAnalyzer::isEnumCase- fix handling nested switch-cases (#9565)v3.95.10Compare Source
TokensAnalyzer- handleT_PUBLIC_SET,T_PROTECTED_SET,T_PRIVATE_SET(#9696)v3.95.9Compare Source
class_keyword(#9689)v3.95.8Compare Source
SingleClassElementPerStatementFixer- do not drop modifiers when splittingfinalconstants/properties (#9687)v3.95.7Compare Source
ClassReferenceNameCasingFixer- do not change case of typed class constant names (#9686)v3.95.6Compare Source
Preg::match/Preg::matchAllsubject string type when match is truthy (#9668)PhpUnitAttributesFixer- correctly handle@requiresPHPUnit with space-separated version constraint (#9684)v3.95.5Compare Source
assert()and add more precisePreg::matchAll()return type (#9667)GroupImportFixer(#9671)TypeExpression(#9665)assertcalls (#9666)sebastian/diff:^9.0(#9663)phpunit/phpunit:^13.2inPhpUnitTestCaseStaticMethodCallsFixer(#9664)AgentDetectorto detect presence of AI agent only when@autoformat has been selected (#9658)PhpdocAddMissingParamAnnotationFixer- skip attribute tokens when extracting parameter type (#9634)StaticPrivateMethodFixer- fix for private constructor and abstract static method (#9598)simplified_if_return- applyFix to use slices for token insertion (#9670)v3.95.4Compare Source
ArrayIndentationFixer(#9643)ClassDefinitionFixer(#9645)ControlCaseStructuresAnalyzer(#9644)NoAliasFunctionsFixer(#9647)NoSuperfluousPhpdocTagsFixer(#9646)PhpUnitTestCaseStaticMethodCallsFixer(#9649)Token(#9650)WorkerException(#9648)ergebnis/agent-detectorfor detecting the presence of an AI agent (#9656)v3.95.3Compare Source
MultilinePromotedPropertiesFixer- fix fornewin initializers (#9619)PhpdocLineSpanFixer- run afterNoSuperfluousPhpdocTagsFixer(#9615)8.6snapshotwithnightlyin matrix (#9628)v3.95.2Compare Source
MethodArgumentSpaceFixer- avoid collapsing multi-line arguments (#9559)ModifierKeywordsFixer- do not break PHP syntax for closures in constant expressions (#9596)NoRedundantReadonlyPropertyFixer- fixTypeErrorwhen trait contains anonymous class (#9457)PhpUnitAttributesFixer- add missing handling ofCoversMethodand naive handling ofCoversTrait(#9588)TextReporter- always show summary footer (#9595)facile-it/paraunitto ^2.11 (#9589)PhpdocTagCasingFixerTest(#9610)AbstractFopenFlagFixer(#9592)BlankLineBetweenImportGroupsFixer(#9562)ControlStructureBracesFixer(#9609)NoExtraBlankLinesFixer(#9567)OrderedImportsFixer(#9603)PhpdocSingleLineVarSpacingFixer(#9591)PhpdocToReturnTypeFixer(#9558)PhpUnitRequiresConstraintFixerfromhttps://github.com/kubawerlos/php-cs-fixer-custom-fixers(#9581)php_unit_attributesrule (#9578)@authorname per email (#9606)NoUnsetCastFixerTest- run any test on PHP >= 8 (#9585)v3.95.1Compare Source
FinalInternalClassFixer(#9547)PhpdocToParamTypeFixer(#9550)MethodArgumentSpaceFixer- Do not collapse nested arguments when usingensure_single_line_for_single_argumentoption foron_multiline(#9552)@paraminPhpdocToParamTypeFixerTest(#9549)v3.95.0Compare Source
remove_existing_declarationtodeclare_strict_typesfixer (#9384)excludeoption tophpdoc_typesrule (#9479)NoWhitespaceInEmptyArrayFixer(#8155)jsonformat whenAI_AGENTenvironment variable is set (#9542)@Symfony:risky- addvoid_return(#9546)GlobalNamespaceImportFixer- support first-class callable syntax (#9484)MethodArgumentSpaceFixer- addensure_single_line_for_single_argumentoption foron_multiline(#9504)MultilinePromotedPropertiesFixer- turn multiline promoted properties into singleline when there are fewer thanminimum_number_of_parameters(#9501)PhpdocLineSpanFixer- addfunctionoption (#9439)ReturnAssignmentFixer- skip variables with the named@vartags with new optionskip_named_var_tags(#9464)ArrayPushFixer- do not stop fixing whenarray_pushwith 1 argument found (#9508)BinaryOperatorSpacesFixer- make it works correctly with multiple match cases (#9470)EchoTagSyntaxFixer- do not break syntax for single line comments (#9506)PhpUnitTestClassRequiresCoversFixer- do not add@coversNothingto anonymous classes (#9481)SimplifiedNullReturnFixer- do not removenullfrom property hook (#9471)SetTypeToCastFixer(#9518)BracesPositionFixer(#9522)PsrAutoloadingFixer(#9541)ClassAttributesSeparationFixer(#9545)GeneralAttributeRemoveFixer(#9520)GlobalNamespaceImportFixerTest(#9482)NoTrailingCommaInSinglelineFixer(#9537)OrderedAttributesFixer(#9521)PhpUnitExpectationFixer(#9505)TypeExpression::REGEX_TYPESdoes not have unnamed capturing group (#9514)AbstractPhpUnitFixer(#9519)ArrayPushFixer(#9515)FunctionsAnalyzer(#9483)MbStrFunctionsFixer- remove the nevertruecondition (#9509)ModernizeStrposFixer- remove the nevertrueconditions (#9510)NoAliasFunctionsFixer- cleanup invalid set handling (#9511)failOnDeprecation="true"to PHPUnit config (#8935)issue_8828_c.teston macOS for now (#9528)PhpdocTypesNoDuplicatesFixertoPhpdocNoDuplicateTypesFixer(#9381)MethodArgumentSpaceFixermust run beforeNoTrailingCommaInSinglelineFixer(#9507)PhpUnitTestCaseStaticMethodCallsFixerTest::testInvalidConfiguration(#9460)Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.