- Issue created by @nicrodgers
- Status changed to Needs review
over 1 year ago 2:23pm 5 May 2023 - 🇬🇧United Kingdom nicrodgers Monmouthshire, UK
Ignore #2, it contains another patch.
Use this one instead :) - 🇪🇸Spain manuel.adan 🌌
+++ b/src/MimeDetectService.php @@ -22,7 +22,7 @@ class MimeDetectService implements MimeDetectServiceInterface { + * @var \Symfony\Component\Mime\MimeTypesInterface
You advert that the MIME type guesser class in symfony >= 4.3 has changed, but MimeTypesInterface is a different interface.
It was moved to \Symfony\Component\Mime\MimeTypeGuesserInterface and removed from its original location in Symfony 5.0 and their methods renamed.
Patch reviewed accordingly.
- Status changed to RTBC
12 months ago 10:01am 29 November 2023 - 🇬🇧United Kingdom nicrodgers Monmouthshire, UK
Good spot. Looks good. We've been using patch 4 in production on some high traffic sites for a few weeks now without any issue.
- First commit to issue fork.
- Status changed to Needs review
22 days ago 9:43am 31 October 2024 - 🇬🇧United Kingdom nicrodgers Monmouthshire, UK
I've updated the MR to declare support for D11, as upgrade status was reporting that everything was compatible with no further changes required. I've hidden the patch files for clarity, the latest code is in the MR.