We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c496fec commit 63412b8Copy full SHA for 63412b8
src/TestUtils/WorkshopExerciseTest.php
@@ -60,7 +60,7 @@ private function getExercise(): ExerciseInterface
60
->findByClassName($this->getExerciseClass());
61
}
62
63
- public function runExercise(string $submissionFile)
+ public function runExercise(string $submissionFile): void
64
{
65
$exercise = $this->getExercise();
66
0 commit comments