This commit is contained in:
Nuno Maduro
2024-01-20 11:43:52 +00:00
parent 6d74965727
commit e135e2671f
4 changed files with 5 additions and 5 deletions

View File

@ -30,12 +30,12 @@ final class TestRepository
private array $uses = [];
/**
* @var array<int, TestCaseFilter>
* @var array<int, TestCaseFilter>
*/
private array $testCaseFilters = [];
/**
* @var array<int, TestCaseMethodFilter>
* @var array<int, TestCaseMethodFilter>
*/
private array $testCaseMethodFilters = [];