Skip to content

Commit

Permalink
2nd attempt to fix CommentAnalyzerTest::providerSplitDocLine() docb…
Browse files Browse the repository at this point in the history
  • Loading branch information
rhertogh authored Jul 8, 2023
1 parent a69b0ca commit d2ec23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CommentAnalyzerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function testSplitDocLine(string $doc_line, array $expected): void
}

/**
* @return iterable<array<mixed>>
* @return iterable<array-key, array<mixed>>
*/
public function providerSplitDocLine(): iterable
{
Expand Down

0 comments on commit d2ec23f

Please sign in to comment.