Skip to content

Commit b2f136f

Browse files
Narrow type (and remove superfluous documentation)
1 parent 541fd37 commit b2f136f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/TestSuite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ public function run(): void
349349
return;
350350
}
351351

352-
/** @var Test[] $tests Local array, so we clear references to instances asap during the real loop. */
352+
/** @psalm-var list<Test> $tests */
353353
$tests = [];
354354

355355
foreach ($this as $test) {

0 commit comments

Comments
 (0)