MDL-77343 mod_assign: Added missing class properties.
commit29d20be21448752f8a1eceea5e9726922cbfd9df
authorMeirza <meirza.arson@moodle.com>
Wed, 15 Mar 2023 07:30:47 +0000 (15 14:30 +0700)
committerMeirza <meirza.arson@moodle.com>
Wed, 15 Mar 2023 07:30:47 +0000 (15 14:30 +0700)
tree320897178475e7be2c559d48309d8d33dffc2c1d
parent12a81769265a4fa75232ff1639423be1565c9fa9
MDL-77343 mod_assign: Added missing class properties.

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.
mod/assign/classes/output/assign_submission_status.php
mod/assign/classes/output/grading_app.php
mod/assign/classes/output/renderer.php
mod/assign/feedback/editpdf/classes/annotation.php
mod/assign/feedback/editpdf/classes/comment.php
mod/assign/feedback/editpdf/locallib.php
mod/assign/gradingtable.php
mod/assign/locallib.php
mod/assign/renderable.php
mod/assign/tests/locallib_test.php
mod/assign/tests/markerallocation_test.php