refactor: comments

This commit is contained in:
Nuno Maduro
2021-10-24 22:39:35 +01:00
parent 648c6c5a27
commit cd34f0ba81
14 changed files with 50 additions and 61 deletions

View File

@ -28,7 +28,7 @@ final class Coverage implements AddsOutput, HandlesArguments
private const MIN_OPTION = 'min';
/**
* Whether should show the coverage or not.
* Whether it should show the coverage or not.
*/
public bool $coverage = false;