MDL-77338 backup: 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-04-03 22:39:39 +07:00
parent fba0658777
commit 8a5485a714
12 changed files with 28 additions and 12 deletions
@@ -85,7 +85,6 @@ class progressive_parser {
$this->file = null;
$this->contents = null;
$this->procesor = null;
$this->level = 0;
$this->path = '';
$this->accum = '';