Skip to content

Commit

Permalink
Circumvent creation of dynamic property warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed May 2, 2024
1 parent 36b3e8e commit 911b120
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions classes/local/studentquiz_question.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ class studentquiz_question {
protected $id;


/** @var int $studentquizquestionid - The StudentQuiz question id. */
private $studentquizquestionid;

/**
* studentquiz_question constructor.
*
Expand Down

0 comments on commit 911b120

Please sign in to comment.