diff --git a/app/Actions/Tabulation/AllowForOlympicScoring.php b/app/Actions/Tabulation/AllowForOlympicScoring.php index a4fda12..f60b3af 100644 --- a/app/Actions/Tabulation/AllowForOlympicScoring.php +++ b/app/Actions/Tabulation/AllowForOlympicScoring.php @@ -89,6 +89,7 @@ class AllowForOlympicScoring implements CalculateEntryScore if (! $bonusScoreDefinition) { return 0; } + /** @noinspection PhpPossiblePolymorphicInvocationInspection */ $bonusJudges = $bonusScoreDefinition->judges; $bonusScoreSheets = BonusScore::where('entry_id', $entry->id)->get(); foreach ($bonusScoreSheets as $sheet) {