Skip to content

Commit e1a851b

Browse files
Narrow type
1 parent 7099a17 commit e1a851b

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
@@ -300,7 +300,7 @@ public function name(): string
300300
/**
301301
* Returns the test groups of the suite.
302302
*
303-
* @psalm-return list<string>
303+
* @psalm-return list<non-empty-string>
304304
*/
305305
public function groups(): array
306306
{

0 commit comments

Comments
 (0)