mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
style
This commit is contained in:
@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user