CssToInlineStyles
CssToInlineStyles copied to clipboard
PHP 8.2 compatibility
This line has been deprecated in PHP 8.2: $document->loadHTML(mb_convert_encoding($html, 'HTML-ENTITIES', 'UTF-8'));
(/src/CssToInlineStyles.php
on line 116)
Symfony fixed it like this, but YMMV:
mb_encode_numericentity($html, [0x80, 0xFFFF, 0, 0xFFFF], 'UTF-8');
I'll try this and will submit a PR if it works :)