Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
friendsofphp/php-cs-fixer ^3.89.2 -> ^3.92.0 age adoption passing confidence

Release Notes

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

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)

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.


  • 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 force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch 4 times, most recently from a562322 to 052520f Compare December 11, 2025 10:04
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-3.x branch from 052520f to e82130e Compare December 12, 2025 14:47
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to ^3.91.3 Update dependency friendsofphp/php-cs-fixer to ^3.92.0 Dec 12, 2025
@Mopolo Mopolo merged commit 04e5c08 into main Dec 15, 2025
2 checks passed
@Mopolo Mopolo deleted the renovate/friendsofphp-php-cs-fixer-3.x branch December 15, 2025 09:44
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.

2 participants