Skip to content

Commit 99ca6f2

Browse files
committed
Fix 2nd PHPStan error
1 parent 53b21f4 commit 99ca6f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/src/Service/DOMJudgeService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,8 +1011,8 @@ public function getContestStats(Contest $contest): ContestStatus
10111011

10121012
/**
10131013
* @param ScoreCache[]|null $cache
1014-
* @return array{'problems': ContestProblem[], 'samples': string[], 'showLimits': bool,
1015-
* 'defaultMemoryLimit': int, 'timeFactorDiffers': bool,
1014+
* @return array{'allproblems': <bool, ContestProblem[]>, 'samples': string[], 'showLimits': bool,
1015+
* 'defaultMemoryLimit': int, 'timeFactorDiffers': bool, 'solved': bool[], fullallproblems: array<int, ContestProblem[]>,
10161016
* 'stats': array{'numBuckets': int, 'maxBucketSizeCorrect': int,
10171017
* 'maxBucketSizeCorrect': int, 'maxBucketSizeIncorrect': int,
10181018
* 'problems': array<array{'correct': array<array{'start': DateTime, 'end': DateTime, 'count': int}>,

0 commit comments

Comments
 (0)