Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add previous method to UrlGenerator interface #25609

Closed
wants to merge 1 commit into from
Closed

Add previous method to UrlGenerator interface #25609

wants to merge 1 commit into from

Conversation

thijsvdanker
Copy link
Contributor

The UrlGenerator interface does not contain the previous() method that is implemented by the UrlGenerator class

Adding it allows me to use previous() while referencing the interface (and keep my IDE happy).

It would add an extra burden on other implementations of that interface that are out in the wild.

@Miguel-Serejo
Copy link

It would add an extra burden on other implementations of that interface that are out in the wild.

In other words, a breaking change. Please target master with breaking changes.

@browner12
Copy link
Contributor

agreed, a change to a contract definitely needs to target master.

@GrahamCampbell
Copy link
Member

Yes, please send to master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants