Skip to content

Commit 70ee0e4

Browse files
authored
Update webapp/src/Entity/Visualization.php
1 parent de746eb commit 70ee0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Entity/Visualization.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function setJudgehost(Judgehost $judgehost): Visualization
7373
return $this;
7474
}
7575

76-
public function getTestcase(): Judgehost
76+
public function getTestcase(): Testcase
7777
{
7878
return $this->testcase;
7979
}

0 commit comments

Comments
 (0)