Skip to content

Commit

Permalink
Minor PHPStan fixed after rebasing onto main.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickygerritsen committed Feb 9, 2024
1 parent 6d2d368 commit d162ae1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion webapp/src/Service/BalloonService.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function updateBalloons(

/**
* @return array<array{data: array{balloonid: int, time: string, problem: string, contestproblem: ContestProblem,
* team: Team, teamid: int, location: string|null, affiliation: TeamAffiliation|null,
* team: Team, teamid: int, location: string|null, affiliation: string|null,
* affiliationid: int, category: string, categoryid: int, total: array<string, ContestProblem>,
* awards: string, done: bool}}>
*/
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/Service/CheckConfigService.php
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ public function checkSelfRegistration(): ConfigCheckItem
}

/**
* @return array<string, array{caption: string, result: string, desc: string, escape: bool}>
* @return ConfigCheckItem[]
*/
public function checkAllExternalIdentifiers(): array
{
Expand Down
1 change: 0 additions & 1 deletion webapp/src/Service/DOMJudgeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,6 @@ public function getAttachmentStreamedResponse(ContestProblem $contestProblem, in
/**
* @throws NoResultException
* @throws NonUniqueResultException
* @return array<string, int>
*/
public function getContestStats(Contest $contest): ContestStatus
{
Expand Down

0 comments on commit d162ae1

Please sign in to comment.