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
The UrlGenerator::doGenerate method expects the "_scheme" requirement to be part of $route->getRequirements() which is deprecated. It's in $route->getSchemes() now.
So the signiture of the method enforces people to use a deprecated feature.
I think it should be fixed for 2.3.