Closed (fixed)
Project:
Mailer Plus (DSM+)
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2023 at 03:51 UTC
Updated:
29 Jan 2024 at 11:44 UTC
Jump to comment: Most recent
After updating to PHP 8.2, I got a deprecation notice:
Deprecated function: Creation of dynamic property Drupal\symfony_mailer\Email::$configFactory is deprecated in Drupal\symfony_mailer\Email->__construct() (line 183 of /var/www/html/web/modules/contrib/symfony_mailer/src/Email.php)
Let's make the module compatible with PHP 8.2.
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 #3
ptmkenny commentedI fixed the deprecation I found in the MR, but there may be others, so I'm going to set this to "needs work".
Comment #6
adamps commentedGreat thanks.
It seems worth getting this in now, so I've committed the fix you've already done. We can easily re-open the issue or create a new one if anyone discovers another problem.