You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added alternative versions of the existing rulesets, suffixed by *-prettier.php.
When Prettier PHP Plugin & PHP CS Fixer are used together, you could end up in scenario with conflicting rules that alternately correct each other, depending on when the rules are triggered. These new rulesets take into account Prettier's more opinionated code formatting rules and adjusts PHP CS Fixer rules so both tools do not conflict.