mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
210b1ea87b
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.