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
On this page, it is stated the following : "Thou shalt use camelCase for method arguments"
However, on the controller documentation page, we can see that routing.yml uses underscore_case for route parameters, which implies that controller arguments use underscore too.
So, which convention should recommended ? I vote for underscore_case for controller arguments. If you agree, I'll make a PR.