Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include metadata in the API endpoints #21861

Prev Previous commit
Fix for PHP 8.2
  • Loading branch information
leonidasmi committed Nov 26, 2024
commit a94b9db5b8d81ed63d0238df88de81999954ab99
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