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
Laravel requires tijsverkoyen/css-to-inline-styles. The latest version of this package throws deprecation warnings on PHP 8.4.
PHP Deprecated: TijsVerkoyen\CssToInlineStyles\Css\Property\Processor::convertToObject(): Implicitly marking parameter $specificity as nullable is deprecated, the explicit nullable type must be used instead in vendor/tijsverkoyen/css-to-inline-styles/src/Css/Property/Processor.php on line 69
PHP Deprecated: TijsVerkoyen\CssToInlineStyles\Css\Property\Processor::convertArrayToObjects(): Implicitly marking parameter $specificity as nullable is deprecated, the explicit nullable type must be used instead in vendor/tijsverkoyen/css-to-inline-styles/src/Css/Property/Processor.php on line 94
PHP Deprecated: TijsVerkoyen\CssToInlineStyles\Css\Property\Property::__construct(): Implicitly marking parameter $specificity as nullable is deprecated, the explicit nullable type must be used instead in vendor/tijsverkoyen/css-to-inline-styles/src/Css/Property/Property.php on line 30
I realise this is an issue for the maintainer of that package to fix, but the last activity on the project was 5 months ago, so I'm not optimistic of a quick fix from them.
Steps To Reproduce
Create a Laravel 11 application
Create a Markdown Mailable
Create a Console Command to send the mail
Run the Console Command
The text was updated successfully, but these errors were encountered:
Laravel Version
11.34.2
PHP Version
8.4.1
Database Driver & Version
MySQL 8.0.31-google (Google-managed Cloud SQL)
Description
Laravel requires tijsverkoyen/css-to-inline-styles. The latest version of this package throws deprecation warnings on PHP 8.4.
I realise this is an issue for the maintainer of that package to fix, but the last activity on the project was 5 months ago, so I'm not optimistic of a quick fix from them.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: