- Issue created by @jaydee1818
- Merge request !24Add null hint type operator to AssetOptimizerInterface call in SymfonyMailer class constructor. → (Open) created by jaydee1818
Deprecated: Drupal\symfony_mailer_lite\Plugin\Mail\SymfonyMailer::__construct(): Implicitly marking parameter $cssOptimizer as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/symfony_mailer_lite/src/Plugin/Mail/SymfonyMailer.php on line 150
Deprecated: Drupal\easy_email\EasyEmailStorage::__construct(): Implicitly marking parameter $memory_cache as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/easy_email/src/EasyEmailStorage.php on line 61
Deprecated: Drupal\easy_email\EasyEmailStorage::__construct(): Implicitly marking parameter $entity_type_bundle_info as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/easy_email/src/EasyEmailStorage.php on line 61
Deprecated: Drupal\easy_email\EasyEmailStorage::__construct(): Implicitly marking parameter $entity_type_manager as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/easy_email/src/EasyEmailStorage.php on line 61
Deprecated: Drupal\easy_email\EasyEmailStorage::__construct(): Implicitly marking parameter $event_dispatcher as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/easy_email/src/EasyEmailStorage.php on line 61
Install the module and visit the `admin/reports/status` page.
Add a nullable type hint to the constuctor call for the AssetOptimizerInterface class in the SymfonyMailer class.
Active
2.0
Code