Deprecated dynamic property access

Created on 25 September 2023, 9 months ago
Updated 12 March 2024, 4 months ago

Problem/Motivation

Use of undeclared properties is deprecated in PHP 8.2, causing a warning when using this module.

Steps to reproduce

  • Enable the module on a D10 site running PHP 8.2
  • Observe

Proposed resolution

Add these lines above __construct:

  /**
   * The renderer configuration parameter.
   * 
   * @var array 
   */
  protected array $rendererConfig;

Remaining tasks

Do it.

User interface changes

None.

API changes

None.

Data model changes

None.

πŸ› Bug report
Status

Fixed

Version

1.1

Component

Code

Created by

πŸ‡«πŸ‡·France fgm Paris, France

Live updates comments and jobs are added and updated live.
  • PHP 8.2

    The issue particularly affects sites running on PHP version 8.2.0 or later.

Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024