Deprecated Creation of dynamic property

Created on 30 March 2023, about 1 year ago
Updated 6 February 2024, 5 months ago

Problem/Motivation

Creation of class dynamic properties is deprecated in php 8.2
$last_ran and $cacheKeyPrefix properties in CronRule and FeaturesGenerationMethodManager.php are not declared in their classes
This cause the php warning: "Deprecated function: Creation of dynamic property Drupal\ultimate_cron\CronRule::$last_ran is deprecated"

Steps to reproduce

Run a cron with UltimateCron Module on Drupal 10 with PHP 8.2

Proposed resolution

Declare $last_ran and $cacheKeyPrefix properties in the respective classes.

🐛 Bug report
Status

Closed: duplicate

Version

2.0

Component

Code

Created by

🇮🇹Italy Gabbia998 Brescia

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

Comments & Activities

Production build 0.69.0 2024