Deprecated function: Creation of dynamic property

Created on 23 June 2025, 22 days ago

Problem/Motivation

This bug is related to a ticket that was closed a year ago:
3370549 πŸ› Creation of dynamic property Drupal\email_tfa\EventSubscriber\EmailTfaSubscriber::$request is deprecated Needs review

After upgrading to PHP 8.3 we received the following two error messages:

Deprecated function: Creation of dynamic property Drupal\email_tfa\EventSubscriber\EmailTfaSubscriber::$request is deprecated in Drupal\email_tfa\EventSubscriber\EmailTfaSubscriber->__construct() (line 114 of modules/contrib/email_tfa/src/EventSubscriber/EmailTfaSubscriber.php).

Deprecated function: Creation of dynamic property Drupal\email_tfa\EventSubscriber\EmailTfaSubscriber::$moduleHandler is deprecated in Drupal\email_tfa\EventSubscriber\EmailTfaSubscriber->__construct() (line 117 of modules/contrib/email_tfa/src/EventSubscriber/EmailTfaSubscriber.php).

Steps to reproduce

Ensure PHP is version >=8.3.
Install v1 composer using: require 'drupal/email_tfa:^1.0'
Enable showing errors

Proposed resolution

Since the ticket is already closed and development on 1.0.x is no longer in active development, I thought I'd just leave the patch here we used.

πŸ› Bug report
Status

Needs review

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States chadjsdev

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024