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

[9.x] Application@handle() meets Symfony 6's updated HttpKernelInterface #38413

Merged
merged 1 commit into from
Aug 17, 2021

Conversation

derekmd
Copy link
Contributor

@derekmd derekmd commented Aug 16, 2021

More Symfony 6 type-checking whack-a-mole.

#38376 passed green but Symfony's 6.x dev branch introduced another breaking change within 3 hours.

HttpKernelInterface::MASTER_REQUEST has also been deprecated for HttpKernelInterface::MAIN_REQUEST.

Add return type. This is a great use of our time.
@derekmd derekmd marked this pull request as ready for review August 16, 2021 22:30
@driesvints
Copy link
Member

Thanks @derekmd. Saves me the time for doing it :)

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.

3 participants