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
Describe the bug
Since I updated my project to PHP 8.3 I get the following error:
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated;
To Reproduce
Generate a PDF with PHP 8.3
Look at the logs to find the deprecation warning.
Expected behavior
No warnings should be generated.
Additional context
The problem is the function here:
Describe the bug
Since I updated my project to PHP 8.3 I get the following error:
mb_convert_encoding(): Handling HTML entities via mbstring is deprecated;
To Reproduce
Expected behavior
No warnings should be generated.
Additional context
The problem is the function here:
laravel-invoices/src/Invoice.php
Line 274 in d9fa7ec
The text was updated successfully, but these errors were encountered: