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
@Geolim4 thank you for your proposal! Sadly, I'm afraid this has been proposed in the past (see for example #22023) and rejected because of the reason given in #22023 (comment)
Symfony version(s) affected: 3,4
Description
Currently HttpKernel *HttpException are hardcoding statusCode in child constructor.
How to reproduce
Not reproducible as it's part of the current code
Possible Solution
As httpKernel depends on HttpFoundation, those statusCode should refer directly to HttpFoundation/Response class constants.
Additional context
N/A
The text was updated successfully, but these errors were encountered: