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
Add ordered_class_elements rule to PHP-CS-Fixer config
The @symfony ruleset doesn't enforce method ordering by default.
Added explicit configuration to ensure public methods come before
private methods, along with proper ordering for all class elements.
0 commit comments