You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running PHPStan revealed the following missing functions (M4.5, PHP8.3)
------ ---------------------------------------------------------------------
Line web/html/mod/questionnaire/classes/question/question.php
------ ---------------------------------------------------------------------
1563 Function error not found.
------ ---------------------------------------------------------------------
------ ---------------------------------------------------------------------
Line web/html/mod/questionnaire/report.php
------ ---------------------------------------------------------------------
215 Function notify not found.
345 Function error not found.
417 Function error not found.
------ ---------------------------------------------------------------------
Possible fixes: moodle_exception for error $OUTPUT->notification() for notify.
The text was updated successfully, but these errors were encountered:
Running PHPStan revealed the following missing functions (M4.5, PHP8.3)
Possible fixes:
moodle_exception
for error$OUTPUT->notification()
for notify.The text was updated successfully, but these errors were encountered: