Deprecated function: Creation of dynamic property Drupal\webform_email_reply\Form\WebformEmailReplyForm::$currentUser is deprecated

Created on 28 May 2024, 6 months ago
Updated 26 June 2024, 5 months ago

Problem/Motivation

Deprecated function: Creation of dynamic property Drupal\webform_email_reply\Form\WebformEmailReplyForm::$currentUser is deprecated in Drupal\webform_email_reply\Form\WebformEmailReplyForm->__construct()

Steps to reproduce

Use webform email reply with PHP 8.3.
Use the module
check te logs.

Proposed resolution

protected $current_user; 

should be

protected $currentUser;

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

🇳🇱Netherlands Martijn de Wit 🇳🇱 The Netherlands

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024