Update dependency friendsofphp/php-cs-fixer to v3#7
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Update dependency friendsofphp/php-cs-fixer to v3#7renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
ebee898 to
23f0fcd
Compare
23f0fcd to
7e377b4
Compare
7e377b4 to
23f50e0
Compare
23f50e0 to
29417f0
Compare
29417f0 to
5c01e45
Compare
5c01e45 to
156deee
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:
~1.12→~3.0Release Notes
PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)
v3.93.1Compare Source
ErrorOutput- do not show "begin diff"/"end diff" when there is no diff (#9361)UseArrowFunctionsFixer- don't convert lambda withuse($var)clause if it includes another file (#9389)v3.93.0Compare Source
ModernSerializationMethodsFixer(#9108)NoRedundantReadonlyPropertyFixer(#9339)PhpdocTypesNoDuplicatesFixer(#9312)--config=-(#9379)@seetags inFullyQualifiedStrictTypesFixer(#9350)@Symfonyset (#9303)braces_positionrule (#9329)php_unit_test_case_static_method_callsfrom PHPUnit sets (#9341)@PHP7x0MigrationRisky- update configuration ofRandomApiMigrationFixerto match it's newly updated v4 defaults (#9368)@Symfony:risky- extend set withmodern_serialization_methods(#9366)@Symfony:risky- extend set withstatic_lambda(#9365)@Symfony- enableno_unneeded_control_parentheses.statements.negative_instanceof(#9336)@Symfony- extend set withno_useless_else(#9363)@Symfony- extend set withno_useless_return(#9364)RandomApiMigrationFixer- allow to convertmt_getrandmaxandmt_srand(#9367)ModifierKeywordsFixer- closure in attribute (#9358)NoUselessElseFixer- handle conditional symbol declarations (#9347)OrderedClassElementsFixer- closure in attribute (#9357)PhpUnitAttributesFixer- do not add for annotation@testWithwhen attributeTestWithalready present (#9354)@returnannotations toConfig(#9337)assign.propertyTypeerror from PHPStan (#9332)phpstan:baselinecommand (#9346)v3.92.5Compare Source
CombineConsecutiveUnsetsFixer- proper handling of trailing comma (#9335)variable.undefinederror from PHPStan (#9330)v3.92.4Compare Source
ComposerJsonReader- handle more syntaxes (#9327)v3.92.3Compare Source
.php-cs-fixer.dist.php(#9311).php-cs-fixer.dist.php- drop wrongly calledignoreVCSIgnored(#9310)v3.92.2Compare Source
@php-cs-fixer-ignoreaccept custom fixer names (#9306)PHP_CS_FIXER_IGNORE_MISMATCHED_RULES_EXCEPTIONS(#9307)v3.92.1Compare Source
testFix*methods have no more than 4 parameters (#9298)testFix*methods have second parameter$input(#9297)$configto$configuration(#9299)testFix*parameter names (#9301)WhitespacesFixerConfigin tests (#9300)ProjectCodeTest::testExpectedInputOrder- move checks fortestFix...methods (#9291)v3.92.0Compare Source
@php-cs-fixer-ignoreannotation (#9280)Rule Customisation Policy(#9107)PhpUnitTestCaseStaticMethodCallsFixer- add handling ofgetStubBuilder(#9276)PhpUnitTestCaseStaticMethodCallsFixer- addtargetoption (#8498)arguments.counterror from PHPStan (#9258)generator.valueTypeerror from PHPStan (#9259)plus.*NonNumericerrors from PHPStan (#9260)Config::getFinder()- fix typehinting (#9288)testFix*methods have first parameter$expected(#9289)ProjectCodeTest- refactortestExpectedInputOrdertest (#9290)Rule Customisation Policy- better error message for wrong customisers (#9279)Rule Customisation Policy- prevent policy without version (#9278)v3.91.3Compare Source
v3.91.2Compare Source
PHP_CS_FIXER_IGNORE_ENVfor PHP 8.6 (#9254)v3.91.1Compare Source
describecommand works well for custom sets (#9246)v3.91.0Compare Source
StringableForToStringFixer(#9218)/vendor/anymore (#9230).php-cs-fixer.php-highest.phpto fully reflect PHP 8.4 (#9233)DeclareStrictTypesFixer- do not duplicatestrict_typesif it is already present, with other directive (#9225)FullyQualifiedStrictTypesFixer- fix crash onT_OPEN_TAG_WITH_ECHO(#9217)v3.90.0Compare Source
@PHPXxYMigration(:risky)sets for supported PHP versions (#9207)@paramtype when description starts with all-uppercase word (#9169)describecommand - allow to visualize Set as tree (#9179).php-cs-fixer.phplocal config file docs (#9185)testInvalidConfigurationmethods (#9206)describecommand - allow to expose rules without sets via@-alias (#9178)tearDownintoassertPostConditionsto fixTest code or tested code did not remove its own error handlerswarning (#9182).php-cs-fixer.dist.phpfile (#9177)v3.89.2Compare Source
NoUnneededBracesFixer- do not crash on multiline group import (#9160)v3.89.1Compare Source
cookbook_fixers.rst(#9162)phpcompatibility/*to alpha of next MAJOR instead of using dev branch, plus other minor upgrades (#9163)v3.89.0Compare Source
NoUnneededBracesFixer- remove unneeded braces from imports (#9118)FullyQualifiedStrictTypesFixer- replacing the real FQCN with a non-existent one (#8962)PhpdocToCommentFixeron property hooks (#9123)PhpUnitMethodCasingFixerto not cause a duplicate method declaration (#9124)StaticLambdaFixer- do not make function static when it contains anonymous class having$thisin the constructor (#9088)UseArrowFunctionsFixer- do not produce two consecutive whitespace tokens (#9151)assertcalls (#9144)shipmonk/composer-dependency-analyserinstead oficanhazstring/composer-unusedandmaglnet/composer-require-checker(#9106)@autoPHPUnitMigration:riskyset (#9147)NoTrailingWhitespace*fixers (#9117)--expandand@(#9119)composer qascript (#9138)--option value=>--option=value(#9131)RunnerTestfor MacOS (#9139)v3.88.2Compare Source
v3.88.1Compare Source
@auto:risky(#9102)yamllintlocally (#9093)v3.88.0Compare Source
@auto,@auto:riskysets (#9090)@autoPHPMigration,@autoPHPMigration:risky,@autoPHPUnitMigration:riskysets (#9068)MAJORMINORandMAJOR.MINORintoMAJORxMINOR(#9005)symfonyruleset: Add@consttophpdoc_no_alias_tag(#9016)BlankLinesBeforeNamespaceFixer- handle namespace without newline before (#9059)array_values()(#9054).php-cs-fixer.well-defined-arrays.php(#8987)argument.typeerrors (#9056)internalusage errors (#9063)class-stringusages (#8968)getcwd()- ignorefalsereturn value (#9057)ReporterFactory- useclass-stringtype (#9055)CHANGELOG.md(#9052)pushevent only for master branch (#9046)pushevent only for master branch (#9050)RuleSetDescriptionInterfaceintoRuleSetDefinitionInterface(#9094)v3.87.2Compare Source
phpdoc_to_param_type,phpdoc_to_return_type,phpdoc_to_property_type- handle type aliasing before handling PHP version (#9031)--sequentialwhen facing fixing error (#9023)DocumentationCommandTest::testGeneratingDocumentation()as large test (#9028)v3.87.1Compare Source
AbstractProxyFixer- require non-empty list of proxy fixers (#9010)v3.87.0Compare Source
PhpdocTagNoNamedArgumentsFixer(#8906)@PHP85Migrationset (#8941)@PhpCsFixerset towards new defaults of selected rules (#8981)PhpdocOrderFixer- do not allow duplicated tags in configuration (#8945)PhpdocOrderFixerwhenphpstan-/psalm-order is specified (#8853)README.mdandCONTRIBUTING.md(#8974)JSON_THROW_ON_ERROR(#8993)multiline_string_to_heredoc(#9002)Annotation::getTagsWithTypesin favor ofTAGS_WITH_TYPESconstant (#8977)token_get_all(#8963)_PhpTokenArrayusages (#8947)ci-integration.sh(#8989).gitignore(#8982)FAST_LINT_TEST_CASESintoPHP_CS_FIXER_FAST_LINT_TEST_CASES(#8992)get_debug_typeand::classin exception messages (#9006)non-empty-listwhere appropriate (#8972)AbstractPhpdocTypesFixer- remove$tagsproperty (#8980)CheckCommand- use regex instead ofexplode&substr(#8936)ClassAttributesSeparationFixer- improve code (#8950)EregToPregFixer- use constant instead of static property (#8978)FullyQualifiedStrictTypesFixer- ensure matching number of opening/closing braces (#9009)OrderedClassElementsFixer- use private method instead of anonymous function (#8931)PhpdocParamOrderFixer- improve/simplify code (#9012)PhpUnitDedicateAssertFixer- improve code for phpstan (#9011)Tokens::offsetSet- explicit validation of input (#9004)Tokens- override nullability ofSplFixedArray(#9001)DocBlockAnnotationtrait (#8953)PhpdocOrderFixer- calculate order only once (#8944)vendor/bin/phpunit --check-php-configuration(#8934)NoUnneededControlParenthesesFixer- add tests for "clone with" (#8937)PhpdocNoAliasTagFixerTest- add test for@constto@var(#8998)php-cs-fixer/accessible-object(#8948)v3.86.0Compare Source
PER-CS3.0rulsets (#8841)@Symfonyand@PhpCsFixersets (#8930)NoSuperfluousPhpdocTagsFixer- support multiline array shapes (#8903)Reflection*::setAccessible()in PHP >= 8.1 (#8907)@todoannotation casing (#8921)@phpstan-ignorefor php version check (#8920)PhpUnitTestAnnotationFixer- useforeachinstead offor(#8911)v3.85.1Compare Source
v3.85.0Compare Source
ArrayIndentationFixer- handle closures inside attributes (#8888)NullableTypeDeclarationFixer- support final promoted properties (#8885)OperatorLinebreakFixer- support pipe operator (#8891)PhpdocTypesFixer- support multiline array shapes (#8893)BracesPositionFixer- handle property hooks correctly (#8886)NullableTypeDeclarationFixer- handle abstract and final properties (#8876)PhpdocLineSpanFixer- handle promoted properties (#8897)PhpUnitDataProviderNameFixer- fix for multiple providers defined by attributes for one test method (#8849)TernaryOperatorSpacesFixer- handleinstanceof static(#8879)TypeDeclarationSpacesFixer- handle asymmetric visibility and final properties (#8900)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 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.