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
[12.x] Fix Request::getAcceptableContentTypes() changes in Symfony 7.4 (#57783)
* [12.x] Fix `Request::getAcceptableContentTypes()` changes in Symfony 7.4
Symfony 7.4 changes the return value of `getAcceptableContentType()` to
include additional value after `;`. E,g: `application/json; charset=utf-8` returns `application/json` in 7.3 and
below while 7.4 return the full value.
Signed-off-by: Mior Muhammad Zaki <[email protected]>
* wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
---------
Signed-off-by: Mior Muhammad Zaki <[email protected]>
0 commit comments