Skip to content

Conversation

jonsugar
Copy link
Contributor

@jonsugar jonsugar commented Oct 8, 2025

A minor version bump to v3.88.2 with the addition of a name change to a rule in resources/presets/laravel.php.

The visibility_required rule was deprecated in favor of the modifier_keywords rule in PHP-CS-Fixer v3.88. From what I can see it's just a change to the rule name with the configuration and function of the fixer remaining the same.

There is a proxy in PHP-CS-Fixer that maintains compatibility with rule sets using the visibility_required name so pint users that use it in a custom configuration should be fine. Even so, I have altered the laravel ruleset since it is deprecated.

For reference, the PR to PHP-CS-Fixer that introduced the change: PHP-CS-Fixer/PHP-CS-Fixer#8995.

@taylorotwell taylorotwell merged commit c7b1b72 into laravel:main Oct 8, 2025
8 checks passed
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