Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-77347 files: 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.
- Loading branch information