Skip to content

Commit

Permalink
fixed php warnings with 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairraeen committed Jan 18, 2024
1 parent 2c26c84 commit 9bd1bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/classes/question-types/class-question-review.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ abstract class QSM_Question_Review {
public $answer_status = 'incorrect';
public $points = 0;
public $question_description = '';
public $question_type = 0;
public $input_field = '';
public $form_type = 0;
public $grading_system = 0;
Expand Down

0 comments on commit 9bd1bf9

Please sign in to comment.