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
PSR2 states: "Visibility MUST be declared on all properties and methods; abstract and final MUST be declared before the visibility; static MUST be declared after the visibility."
We need a sniff to declare ordering of abstract, final, static, and public/private/protected prefixes on methods.
The text was updated successfully, but these errors were encountered: