Skip to content

Commit

Permalink
Update massaction_test.php
Browse files Browse the repository at this point in the history
Rolled back use of typed properties to continue to support php 7.3 versions
  • Loading branch information
Syxton committed Nov 14, 2023
1 parent 96038c1 commit 8be767e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/massaction_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ class massaction_test extends advanced_testcase {
/**
* @var stdClass Course record.
*/
private stdClass $course;
private $course;

/**
* @var stdClass User record.
*/
private stdClass $teacher;
private $teacher;

/**
* Prepare testing.
Expand Down

0 comments on commit 8be767e

Please sign in to comment.