1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-02 06:52:33 +01:00
Meirza 760a8c426e MDL-77350 competency: 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.
2023-05-16 01:03:01 +07:00
..