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.
2 parents 4b9cd34 + 0c413e9 commit 22a3af3Copy full SHA for 22a3af3
app/config.php
@@ -66,9 +66,9 @@
66
);
67
68
//checks which should always run (probably)
69
- $dispatcher->requireCheck(FileExistsCheck::class, ExerciseDispatcher::CHECK_BEFORE);
70
- $dispatcher->requireCheck(PhpLintCheck::class, ExerciseDispatcher::CHECK_BEFORE);
71
- $dispatcher->requireCheck(CodeParseCheck::class, ExerciseDispatcher::CHECK_BEFORE);
+ $dispatcher->requireCheck(FileExistsCheck::class);
+ $dispatcher->requireCheck(PhpLintCheck::class);
+ $dispatcher->requireCheck(CodeParseCheck::class);
72
return $dispatcher;
73
}),
74
ResultAggregator::class => object(ResultAggregator::class),
0 commit comments