Skip to content

Commit

Permalink
Fix for PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidasmi committed Nov 26, 2024
1 parent 6ad6444 commit a94b9db
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ abstract class Abstract_Score_Results_Repository {
*/
protected $score_results_collector;

/**
* The current scores repository.
*
* @var Current_Scores_Repository
*/
protected $current_scores_repository;

/**
* All score groups.
*
Expand Down

0 comments on commit a94b9db

Please sign in to comment.