Merge branch '2.x' into 3.x

This commit is contained in:
Nuno Maduro
2024-01-23 18:06:23 +00:00
31 changed files with 725 additions and 26 deletions

View File

@ -32,12 +32,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 = [];