Skip to content

Don't use AbstractController in 3.4 branch #11165

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

Merged
merged 1 commit into from
Mar 15, 2019

Conversation

javiereguiluz
Copy link
Member

In 3.4 we always extend from Controller instead of AbstractController, so this PR fixes the wrong occurrences. The only remaining occurrence is one which explicitly explains something about AbstractController.

@javiereguiluz javiereguiluz added this to the 3.4 milestone Mar 15, 2019
@javiereguiluz javiereguiluz merged commit a464d7e into symfony:3.4 Mar 15, 2019
javiereguiluz added a commit that referenced this pull request Mar 15, 2019
This PR was merged into the 3.4 branch.

Discussion
----------

Don't use AbstractController in 3.4 branch

In 3.4 we always extend from Controller instead of AbstractController, so this PR fixes the wrong occurrences. The only remaining occurrence is one which explicitly explains something about AbstractController.

Commits
-------

a464d7e Don't use AbstractController in 3.4 branch
wouterj added a commit that referenced this pull request Mar 16, 2019
This PR was merged into the 4.2 branch.

Discussion
----------

promote AbstractController in 4.2 branch

Follow up of @javiereguiluz's #11165

Commits
-------

b6ab4fa promote AbstractController in 4.2 branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants