Skip to content

Upgrade php-cs-fixer to v3.94.0#2012

Open
simonhammes wants to merge 1 commit intostripe:masterfrom
simonhammes:upgrade-php-cs-fixer
Open

Upgrade php-cs-fixer to v3.94.0#2012
simonhammes wants to merge 1 commit intostripe:masterfrom
simonhammes:upgrade-php-cs-fixer

Conversation

@simonhammes
Copy link

Why?

v3.94.0 enables parallel execution by default, which makes just format a lot faster 🚀

What?

  • Updates names of deprecated rulesets and rules (@PHP56Migration:risky, @PHPUnit57Migration:risky, visibility_required)
  • Removes usage of the deprecated PHP_CS_FIXER_IGNORE_ENV environment variable

@simonhammes simonhammes requested a review from a team as a code owner February 16, 2026 19:15
@simonhammes simonhammes requested review from xavdid-stripe and removed request for a team February 16, 2026 19:15
@cla-assistant
Copy link

cla-assistant bot commented Feb 16, 2026

CLA assistant check
All committers have signed the CLA.

@cla-assistant
Copy link

cla-assistant bot commented Feb 16, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.


# ⭐ format all files
format *args: install
PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --using-cache=no {{ args }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need this flag for wider coverage. Is there a reason why you removed this?

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

Comments