Problem/Motivation
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
Steps to reproduce
Install the module and visit the `admin/reports/status` page.
Proposed resolution
Add a nullable type hint to the constuctor call for the AssetOptimizerInterface class in the SymfonyMailer class.
Issue fork symfony_mailer_lite-3517573
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
jaydee1818 commentedComment #4
jaydee1818 commentedComment #7
zengenuity commentedComment #10
zengenuity commentedThanks @jaydee1818. Merged.