Problem/Motivation

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.

Command icon 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

ptmkenny created an issue. See original summary.

ptmkenny’s picture

Status: Active » Needs work

I fixed the deprecation I found in the MR, but there may be others, so I'm going to set this to "needs work".

AdamPS made their first commit to this issue’s fork.

adamps’s picture

Status: Needs work » Fixed

Great 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.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Carolina Matos changed the visibility of the branch php_8.2 to hidden.