Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored and sebastianbergmann committed Apr 2, 2024
1 parent 8bc635b commit b24c32d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Framework/TestSuite.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test
/**
* @psalm-var array<string,list<Test>>
*/
private array $groups = [];
private array $groups = [];

/**
* @psalm-var ?list<ExecutionOrderDependency>
*/
Expand All @@ -72,7 +73,8 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test
/**
* @psalm-var list<Test>
*/
private array $tests = [];
private array $tests = [];

/**
* @psalm-var ?list<ExecutionOrderDependency>
*/
Expand Down

0 comments on commit b24c32d

Please sign in to comment.