Active
Project:
Minify JS
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2026 at 01:43 UTC
Updated:
11 May 2026 at 01:45 UTC
Jump to comment: Most recent
The MimeTypeGuesser Drupal\Core\ProxyClass\File\MimeType\MimeTypeGuesser was deleted in #3579673: Remove lazy declaration and proxy class for MIME type guessers and will be removed from 11.4.0. This needs to be updated to Drupal\Core\File\MimeType\MimeTypeGuesser.
I discovered this problem in another contrib module and did a search for others using the same pattern.
Update Drupal\Core\ProxyClass\File\MimeType\MimeTypeGuesser to Drupal\Core\File\MimeType\MimeTypeGuesser in EmailAttachmentEvaluator.
Comments
Comment #2
pameeela commented