moodle/question/engine
Meirza e4b24bdd79 MDL-77299 question: 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.

Co-authored-by: Tim Hunt <t.j.Hunt@open.ac.uk>
2023-03-01 10:09:09 +07:00
..
tests MDL-77299 question: Added class properties that are not declared. 2023-03-01 10:09:09 +07:00
upgrade MDL-77299 question: Added class properties that are not declared. 2023-03-01 10:09:09 +07:00
bank.php MDL-73376 qbank_comment: Version selection in modal 2022-09-01 11:43:55 +10:00
datalib.php MDL-76582 question: Allow response filearea to have different pattern 2023-01-09 09:26:52 +07:00
lib.php MDL-76356 various: avoid implicit conversion to int 2023-01-10 15:27:11 +01:00
questionattempt.php Merge branch 'MDL-76582-master' of https://github.com/NashTechOpenUniversity/moodle 2023-02-16 11:25:11 +08:00
questionattemptstep.php MDL-77299 question: Added class properties that are not declared. 2023-03-01 10:09:09 +07:00
questionusage.php MDL-73424 general: Internal methods must have same type as parent 2022-10-10 16:46:13 +02:00
renderer.php MDL-76362 various: Avoid passing nulls to functions that don't allow nulls 2023-01-23 09:15:54 +08:00
states.php MDL-66754 question engine: fix lots of PHPdoc errors 2019-09-24 10:25:29 +01:00
upgrade.txt MDL-73778 mod_quiz: Oracle Manual grading scenario 2022-02-22 11:34:37 +11:00