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
Since symfony/http-foundation 6.2: The "Symfony\Component\HttpFoundation\Request::getContentType()" method is deprecated, use "getContentTypeFormat()" instead.
#169
Closed
jeremywaguet opened this issue
Dec 16, 2022
· 2 comments
Since symfony/http-foundation 6.2: The "Symfony\Component\HttpFoundation\Request::getContentType()" method is deprecated, use "getContentTypeFormat()" instead.
A deprecation is not a bug. It's valid use of the software. If this is bothering you, feel free to contribute a PR that makes the deprecation notice go away and ensures backwards compatibility with older Symfony versions.
Bundle version: 6.4.0
Symfony version: 6.2.1
PHP version: 8.1.5
Using authenticators (
enable_authenticator_manager: true
):Description
Since symfony/http-foundation 6.2: The "Symfony\Component\HttpFoundation\Request::getContentType()" method is deprecated, use "getContentTypeFormat()" instead.
To Reproduce
Additional Context
Deprecation callstack:
The text was updated successfully, but these errors were encountered: