Skip to content

Commit

Permalink
Narrow type
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 13, 2024
1 parent f9ee2a6 commit db349b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/TestSuite.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public function name(): string
/**
* Returns the test groups of the suite.
*
* @psalm-return list<string>
* @psalm-return list<non-empty-string>
*/
public function groups(): array
{
Expand Down

0 comments on commit db349b0

Please sign in to comment.