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
In WordPress/WordPress-Coding-Standards@bb8a486 WPCS disallowed multiple arguments on a single line when using a multi-line function signature. I restored the default behavior to avoid throwing a bunch of new flags without wider discussion among the team.
So, the question now is whether or not we should follow WPCS' lead in disallowing this behavior or continue on as we have with allowing it.