PHP 8.2 Creation of dynamic property

Created on 13 February 2025, 2 months ago

Problem/Motivation

When I upgrade my dev environment to PHP 8.2, I see this warning:

Deprecated function: Creation of dynamic property Drupal\webpurify\WebPurifyAPI::$endpoint is deprecated in Drupal\webpurify\WebPurifyAPI->__construct() (line 57 of modules/contrib/webpurify/src/WebPurifyAPI.php).

In PHP 8.2. assigning values to class properties which are not declared is deprecated, and triggers a warning.

I'll provide a patch shortly.

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States bburg Washington D.C.

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