Skip to content

Commit 63412b8

Browse files
authored
Add void type
1 parent c496fec commit 63412b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestUtils/WorkshopExerciseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private function getExercise(): ExerciseInterface
6060
->findByClassName($this->getExerciseClass());
6161
}
6262

63-
public function runExercise(string $submissionFile)
63+
public function runExercise(string $submissionFile): void
6464
{
6565
$exercise = $this->getExercise();
6666

0 commit comments

Comments
 (0)