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 c4a2b3c commit 8dfcc4dCopy full SHA for 8dfcc4d
src/Check/SimpleCheckInterface.php
@@ -53,7 +53,7 @@ public function canRun(ExerciseType $exerciseType);
53
public function check(ExerciseInterface $exercise, $fileName);
54
55
/**
56
- * either static::CHECK_BEFORE | static::CHECK_AFTER
+ * Either `static::CHECK_BEFORE` | `static::CHECK_AFTER`.
57
*
58
* @return string
59
*/
0 commit comments