Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2025

This PR contains the following updates:

Package Change Age Confidence
friendsofphp/php-cs-fixer 3.87.23.92.3 age confidence

Release Notes

PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)

v3.92.3

Compare Source

  • fix: using Rule Customisation Policy with parallel runner (#​9309)
  • chore: phpstan - cover .php-cs-fixer.dist.php (#​9311)
  • chore: .php-cs-fixer.dist.php - drop wrongly called ignoreVCSIgnored (#​9310)

v3.92.2

Compare Source

  • fix: let @php-cs-fixer-ignore accept custom fixer names (#​9306)
  • chore: introduce PHP_CS_FIXER_IGNORE_MISMATCHED_RULES_EXCEPTIONS (#​9307)

v3.92.1

Compare Source

  • chore: update php-compatibility config (#​9302)
  • deps: bump actions/cache from 4 to 5 (#​9295)
  • deps: bump phpstan/phpstan-phpunit from 2.0.9 to 2.0.10 in /dev-tools in the phpstan group (#​9293)
  • deps: bump shipmonk/phpstan-baseline-per-identifier from 2.2.0 to 2.3.0 in /dev-tools (#​9294)
  • docs: update README.md (#​9277)
  • DX: make all testFix* methods have no more than 4 parameters (#​9298)
  • DX: make all testFix* methods have second parameter $input (#​9297)
  • DX: rename parameter $config to $configuration (#​9299)
  • DX: restrict testFix* parameter names (#​9301)
  • DX: use WhitespacesFixerConfig in tests (#​9300)
  • fix: describe - skip listing automated rules, as cannot determine them in projects (#​9304)
  • test: PHPUnit sets - check that set is providing proper target for rules (#​9296)
  • test: ProjectCodeTest::testExpectedInputOrder - move checks for testFix... methods (#​9291)

v3.92.0

Compare Source

  • feat: exception for rules via @php-cs-fixer-ignore annotation (#​9280)
  • feat: exception for rules via Rule Customisation Policy (#​9107)
  • feat: PhpUnitTestCaseStaticMethodCallsFixer - add handling of getStubBuilder (#​9276)
  • feat: PhpUnitTestCaseStaticMethodCallsFixer - add target option (#​8498)
  • chore: '.php-cs-fixer.dist.php' - remove no longer needed rule, 'expectedDeprecation' annotation does not exist for long time (#​9266)
  • chore: fix arguments.count error from PHPStan (#​9258)
  • chore: fix generator.valueType error from PHPStan (#​9259)
  • chore: fix plus.*NonNumeric errors from PHPStan (#​9260)
  • chore: Runner - better input types handling (#​9286)
  • chore: watch out for non-final classes (#​9262)
  • chore: Config::getFinder() - fix typehinting (#​9288)
  • deps: bump alpine from 3.22 to 3.23 (#​9269)
  • deps: bump phpcompatibility/php-compatibility from 10.0.0-alpha1 to 10.0.0-alpha2 in /dev-tools (#​9271)
  • deps: bump the phpstan group in /dev-tools with 3 updates (#​9270)
  • deps: dev-tools - upgrade deep deps (#​9272)
  • docs: exception for rules in dedicated doc files, for easier discoverability (#​9281)
  • docs: upgrade docs to not use legacy set (#​9282)
  • DX: make all testFix* methods have first parameter $expected (#​9289)
  • refactor: fix violation of 'no_useless_concat_operator' (#​9267)
  • refactor: ProjectCodeTest - refactor testExpectedInputOrder test (#​9290)
  • Revert (partially) "feat: Finder to find dot-files by default in v4/future-mode (#​9187)" (#​9287)
  • test: RuleSetTest - check against non-deprecated variant of PHPUnit sets (#​9265)
  • UX: exception for rules via Rule Customisation Policy - better error message for wrong customisers (#​9279)
  • UX: exception for rules via Rule Customisation Policy - prevent policy without version (#​9278)

v3.91.3

Compare Source

  • Revert "feat: Symfony - add stringable_for_to_string to set" (#​9268)

v3.91.2

Compare Source

  • fix: fix support call-site generic variance (#​9253)
  • chore: adjust autoloader to exclude all Internal classes in classmap (#​9252)
  • CI: set PHP_CS_FIXER_IGNORE_ENV for PHP 8.6 (#​9254)

v3.91.1

Compare Source

  • UX: show warning on PHP-mismatch only for 'fix' and 'check' commands (#​9243)
  • docs: unify rule/ruleset doc tags (#​9250)
  • refactor: don't expose internal commands/rules (#​9245)
  • refactor: memoize fixer names (#​9219)
  • refactor: use custom set for internal rules (#​9247)
  • test: show that describe command works well for custom sets (#​9246)

v3.91.0

Compare Source

  • UX: init command (#​9215)
  • feat: PHP 8.5 compatibility support (#​9234)
  • feat: Add StringableForToStringFixer (#​9218)
  • feat: support call-site generic variance (#​9212)
  • feat: Symfony - add stringable_for_to_string to set (#​9235)
  • chore: do not mark NamespaceAnalysis as internal, because it's part of public API interface (#​9193)
  • chore: ExampleRuleset - improve test fixture name (#​9214)
  • chore: traits - require interfaces or base classes (#​9086)
  • CI: Add PHPStan rule to validate public API surface completeness (#​9196)
  • CI: auto-select PHP_MAX for special jobs (#​9231)
  • CI: drop duplicated PHP 8.4 jobs (#​9229)
  • CI: fix SCA after Symfony 7.4.0 release (#​9226)
  • CI: no more need for solving PHP 8.4 deprecations in /vendor/ anymore (#​9230)
  • CI: switch trivial jobs to ubuntu-slim (#​9232)
  • CI: upgrade .php-cs-fixer.php-highest.php to fully reflect PHP 8.4 (#​9233)
  • deps: bump actions/checkout from 5 to 6 (#​9210)
  • deps: bump crate-ci/typos from 1.39.2 to 1.40.0 (#​9237)
  • deps: bump shipmonk/composer-dependency-analyser from 1.8.3 to 1.8.4 in /dev-tools (#​9238)
  • deps: bump shipmonk/dead-code-detector from 0.13.5 to 0.14.0 in /dev-tools (#​9239)
  • deps: bump Symfony v8 to RC (#​9221)
  • deps: bump Symfony v8 to stable (#​9222)
  • deps: update xdebug (#​9228)
  • fix: move config template to non-excluded folder (#​9241)
  • fix: DeclareStrictTypesFixer - do not duplicate strict_types if it is already present, with other directive (#​9225)
  • fix: FullyQualifiedStrictTypesFixer - fix crash on T_OPEN_TAG_WITH_ECHO (#​9217)
  • test: allow CI to define both, numeric and non-numeric PHP versions/builds (#​9236)
  • test: do not allow to fail PHP 8.5 job (#​9224)
  • test: let's not dance on the edge of the JIT stack limit (#​9211)
  • test: run smoke tests on any OS (#​9242)
  • tests: update PHP 8.5 compatibility test (#​9223)

v3.90.0

Compare Source

  • feat: always have @PHPXxYMigration(:risky) sets for supported PHP versions (#​9207)
  • feat: Finder to find dot-files by default in v4/future-mode (#​9187)
  • fix: manage the space between operator and version on Composer JSON reader (#​9203)
  • fix: PhpdocAnnotationWithoutDotFixer lowercases @param type when description starts with all-uppercase word (#​9169)
  • UX: groom warning of PHP mismatch for runtime vs target project minimum supported version (#​9202)
  • UX: Rules override warning (#​9188)
  • UX: describe command - allow to visualize Set as tree (#​9179)
  • docs: rework .php-cs-fixer.php local config file docs (#​9185)
  • docs: update Set descriptions (#​9183)
  • chore: Declare support for Symfony 8 (#​9172)
  • chore: add missing v4 TODOs (#​9197)
  • chore: mark one remaining Analyzer to become internal (#​9194)
  • chore: mark v2 leftovers with v4 TODO (#​9181)
  • chore: no need for deprecation trigger in internal DataProviderAnalysis (#​9192)
  • deps: bump crate-ci/typos from 1.38.1 to 1.39.0 (#​9175)
  • deps: bump crate-ci/typos from 1.39.0 to 1.39.2 (#​9205)
  • deps: bump the phpstan group in /dev-tools with 2 updates (#​9204)
  • DX: different name for special configs (#​9180)
  • DX: improve types for testInvalidConfiguration methods (#​9206)
  • DX: describe command - allow to expose rules without sets via @- alias (#​9178)
  • refactor: move assertions from tearDown into assertPostConditions to fix Test code or tested code did not remove its own error handlers warning (#​9182)
  • refactor: prevent tests to use actual repository .php-cs-fixer.dist.php file (#​9177)
  • test: add more test(s) for ComposerJsonReader (#​9200)
  • test: ensure calling parent method from hook-alike methods (#​9184)

v3.89.2

Compare Source

  • fix: NoUnneededBracesFixer - do not crash on multiline group import (#​9160)
  • chore: Standardize repository to use British English spelling (#​9154)
  • CI: ensure enforced Symfony version is installed (#​9174)
  • deps: bump php-coveralls to v2.9 (#​9173)
  • refactor: FixerDocumentGenerator::getSetsOfRule - cache resolved sets (#​9170)
  • refactor: FixerDocumentGenerator::getSetsOfRule - use cache (#​9171)

v3.89.1

Compare Source

  • fix: ComposerJsonReader - fix handling asterisk (#​9166)
  • docs: cookbook - update to mention custom fixer option (#​9164)
  • DX: add links in cookbook_fixers.rst (#​9162)
  • deps: upgrade phpcompatibility/* to alpha of next MAJOR instead of using dev branch, plus other minor upgrades (#​9163)

v3.89.0

Compare Source

  • feat: autofix "no-return" phpdoc type to "never" (#​9073)
  • feat: support keeping strict_types=0 in DeclareStrictTypesFixer (#​9121)
  • feat: NoUnneededBracesFixer - remove unneeded braces from imports (#​9118)
  • fix: FullyQualifiedStrictTypesFixer - replacing the real FQCN with a non-existent one (#​8962)
  • fix: PhpdocToCommentFixer on property hooks (#​9123)
  • fix: PhpUnitMethodCasingFixer to not cause a duplicate method declaration (#​9124)
  • fix: StaticLambdaFixer - do not make function static when it contains anonymous class having $this in the constructor (#​9088)
  • fix: UseArrowFunctionsFixer - do not produce two consecutive whitespace tokens (#​9151)
  • UX: better gitlab reporting - add content field (#​9152)
  • UX: better gitlab reporting - more user-friendly description field (#​9141)
  • UX: better gitlab reporting for location.lines (#​9149)
  • UX: Warn if executed php version is higher than the minimum php version defined in composer.json (#​9134)
  • chore: add UX title pattern (#​9132)
  • chore: explicitly use php interpreter for paraunit (#​9126)
  • chore: extend composer scripts (#​9127)
  • chore: fix shellcheck installation for Darwin (#​9125)
  • chore: replace PHPDocs with assert calls (#​9144)
  • deps: bump crate-ci/typos from 1.36.3 to 1.38.1 (#​9136)
  • deps: bump phpstan/phpstan from 2.1.29 to 2.1.31 in /dev-tools in the phpstan group (#​9129)
  • deps: bump shipmonk/dead-code-detector from 0.13.3 to 0.13.4 in /dev-tools (#​9135)
  • deps: bump shipmonk/dead-code-detector from 0.13.4 to 0.13.5 in /dev-tools (#​9146)
  • deps: bump the phpstan group across 1 directory with 2 updates (#​9101)
  • deps: use shipmonk/composer-dependency-analyser instead of icanhazstring/composer-unused and maglnet/composer-require-checker (#​9106)
  • docs: fix docs for @autoPHPUnitMigration:riskyset (#​9147)
  • docs: improve descriptions for NoTrailingWhitespace* fixers (#​9117)
  • docs: more explicit docs on --rules (#​9114)
  • docs: update usage documentation for describe --expand and @ (#​9119)
  • DX: Fix composer qa script (#​9138)
  • refactor: --option value => --option=value (#​9131)
  • test: Fix result randomness in RunnerTest for MacOS (#​9139)

v3.88.2

Compare Source

  • docs: describe command - allow to describe config in use (#​9103)
  • docs: describe command - allow to expand sets (#​9104)

v3.88.1

Compare Source

  • chore: use accidentally missing @auto:risky (#​9102)
  • deps: bump crate-ci/typos from 1.36.2 to 1.36.3 (#​9099)
  • deps: bump icanhazstring/composer-unused from 0.9.4 to 0.9.5 in /dev-tools (#​9100)
  • DX: Ability to run yamllint locally (#​9093)

v3.88.0

Compare Source

  • feat: Support custom rulesets (#​6083)
  • feat: introduce @auto, @auto:risky sets (#​9090)
  • feat: introduce @autoPHPMigration, @autoPHPMigration:risky, @autoPHPUnitMigration:risky sets (#​9068)
  • feat: start using new defaults for rules under future mode (#​9020)
  • feat: rename rule sets from MAJORMINOR and MAJOR.MINOR into MAJORxMINOR (#​9005)
  • feat: rename visibility_required into modifier_keywords (#​8995)
  • feat: symfony ruleset: Add @const to phpdoc_no_alias_tag (#​9016)
  • fix: BlankLinesBeforeNamespaceFixer - handle namespace without newline before (#​9059)
  • docs: fix typo (#​9060)
  • docs: update CONTRIBUTING.md (#​9074)
  • docs: update README for updated PHP/PHPUnit set names (#​9070)
  • DX: Allow development on PHP 8.5 (#​9092)
  • chore: enforce list via array_values() (#​9054)
  • chore: ErrorOutput - line is optional (#​9047)
  • chore: fix cs in entry point file (#​9064)
  • chore: fix CS, somehow it missed the CI of .php-cs-fixer.well-defined-arrays.php (#​8987)
  • chore: fix some argument.type errors (#​9056)
  • chore: groom Automatic rulesets code (#​9091)
  • chore: phpstan - do not ignore all internal usage errors (#​9063)
  • chore: replace wrong class-string usages (#​8968)
  • chore: getcwd() - ignore false return value (#​9057)
  • chore: ReporterFactory - use class-string type (#​9055)
  • CI: check for typos (#​9048)
  • CI: don't prevent the build when remote coverage reporting service is down (#​9095)
  • CI: fix smoke tests after #​9005 (#​9061)
  • CI: fix typos in CHANGELOG.md (#​9052)
  • CI: mutation tests - disable github annotations (#​9062)
  • CI: Test docs generation only once per CI pipeline (#​9089)
  • CI: push event only for master branch (#​9046)
  • CI: push event only for master branch (#​9050)
  • deps: bump box version (#​9042)
  • deps: bump ergebnis/composer-normalize from 2.48.1 to 2.48.2 in /dev-tools (#​9045)
  • deps: bump phpstan/phpstan from 2.1.25 to 2.1.28 in /dev-tools in the phpstan group (#​9072)
  • deps: unify alpine version for PHP 8.4 (#​9077)
  • deps: update phpstan and phpstan-baseline-per-identifier (#​9051)
  • deps: update squizlabs/php_codesniffer to v4.0 and other related packages (#​9075)
  • deps: upgrade alpine wherever possible (#​9078)
  • deps: upgrade infection/infection to ^0.31.0 (#​9079)
  • refactor: introduce concept of AutomaticRuleSet (#​9067)
  • refactor: rename RuleSetDescriptionInterface into RuleSetDefinitionInterface (#​9094)
  • test: ensure alpine version same between Dockerfile and compose.yaml (#​9076)
  • test: ensure alpine version same in compose.yaml and release.yml (#​9071)
  • test: extend tests to cover new migration rule set names (#​9069)
  • test: improve testing that objects cannot be serialized/unserialized (#​9049)

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 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v3.89.0 Update dependency friendsofphp/php-cs-fixer to v3.89.1 Oct 24, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x-lockfile branch from fe1e51f to f431f7b Compare October 24, 2025 18:15
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v3.89.1 Update dependency friendsofphp/php-cs-fixer to v3.89.2 Nov 7, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x-lockfile branch from f431f7b to e5486d9 Compare November 7, 2025 00:12
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x-lockfile branch from e5486d9 to c2d6a5c Compare November 20, 2025 17:05
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v3.89.2 Update dependency friendsofphp/php-cs-fixer to v3.90.0 Nov 20, 2025
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v3.90.0 Update dependency friendsofphp/php-cs-fixer to v3.91.0 Nov 29, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x-lockfile branch from c2d6a5c to d3fabbc Compare November 29, 2025 01:35
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v3.91.0 Update dependency friendsofphp/php-cs-fixer to v3.91.1 Dec 1, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x-lockfile branch 2 times, most recently from 6553671 to 181c581 Compare December 1, 2025 21:55
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v3.91.1 Update dependency friendsofphp/php-cs-fixer to v3.91.2 Dec 1, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x-lockfile branch from 181c581 to 8679fbd Compare December 5, 2025 20:56
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v3.91.2 Update dependency friendsofphp/php-cs-fixer to v3.91.3 Dec 5, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x-lockfile branch from 8679fbd to 962a1d3 Compare December 12, 2025 11:34
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v3.91.3 Update dependency friendsofphp/php-cs-fixer to v3.92.0 Dec 12, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x-lockfile branch from 962a1d3 to dd1cdf6 Compare December 16, 2025 01:45
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v3.92.0 Update dependency friendsofphp/php-cs-fixer to v3.92.1 Dec 16, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x-lockfile branch from dd1cdf6 to 663dd32 Compare December 17, 2025 02:08
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v3.92.1 Update dependency friendsofphp/php-cs-fixer to v3.92.2 Dec 17, 2025
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x-lockfile branch from 663dd32 to d3aa769 Compare December 18, 2025 13:08
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v3.92.2 Update dependency friendsofphp/php-cs-fixer to v3.92.3 Dec 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant