Skip to content

Commit b24c32d

Browse files
staabmsebastianbergmann
authored andcommitted
cs
1 parent 8bc635b commit b24c32d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Framework/TestSuite.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test
6363
/**
6464
* @psalm-var array<string,list<Test>>
6565
*/
66-
private array $groups = [];
66+
private array $groups = [];
67+
6768
/**
6869
* @psalm-var ?list<ExecutionOrderDependency>
6970
*/
@@ -72,7 +73,8 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test
7273
/**
7374
* @psalm-var list<Test>
7475
*/
75-
private array $tests = [];
76+
private array $tests = [];
77+
7678
/**
7779
* @psalm-var ?list<ExecutionOrderDependency>
7880
*/

0 commit comments

Comments
 (0)