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
As noted in issue symfony/symfony#5869 the Routing documentation is a little unclear as to when routes with optional parameters at the end are matched.
The above route will only match on /hello and /hello/name, it will not match /hello/. I would like to clarify this in the documentation to avoid any confusion in the future.
The text was updated successfully, but these errors were encountered:
As noted in issue symfony/symfony#5869 the Routing documentation is a little unclear as to when routes with optional parameters at the end are matched.
The above route will only match on /hello and /hello/name, it will not match /hello/. I would like to clarify this in the documentation to avoid any confusion in the future.
The text was updated successfully, but these errors were encountered: