PHP 8.2 has deprecated the creation of dynamic properties

Created on 30 October 2023, 8 months ago
Updated 17 February 2024, 4 months ago

Problem/Motivation

PHP 8.2 has now deprecated the creation of dynamic properties. See the documentation page for deprecated features.

The issue stems from an oversight in ContactForm.php where snake-cased properties were instantiated in place of the camel-cased properties defined by the class.

Steps to reproduce

Proposed resolution

Replace snake-cased property instantiations and calls with the intended camel-case properties.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Fixed

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States FrankieD3

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

Comments & Activities

Production build 0.69.0 2024