Skip to content

Commit b5a1d3c

Browse files
committed
Fix quoting
1 parent 99ca6f2 commit b5a1d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Service/DOMJudgeService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ public function getContestStats(Contest $contest): ContestStatus
10121012
/**
10131013
* @param ScoreCache[]|null $cache
10141014
* @return array{'allproblems': <bool, ContestProblem[]>, 'samples': string[], 'showLimits': bool,
1015-
* 'defaultMemoryLimit': int, 'timeFactorDiffers': bool, 'solved': bool[], fullallproblems: array<int, ContestProblem[]>,
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)