MDL-77350 availability: Added class properties that are not declared

In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.
This commit is contained in:
Meirza 2023-01-19 21:59:32 +07:00
parent 3895529b74
commit 47fd891039

View File

@ -37,7 +37,7 @@ class frontend extends \core_availability\frontend {
/**
* @var array Cached init parameters
*/
protected $cacheparams = [];
protected $cacheinitparams = [];
/**
* @var string IDs of course, cm, and section for cache (if any)