Skip to content

Commit

Permalink
3nd attempt to fix CommentAnalyzerTest::providerSplitDocLine() docb…
Browse files Browse the repository at this point in the history
…lock
  • Loading branch information
rhertogh committed Jul 9, 2023
1 parent d2ec23f commit 5a1bb56
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-key, array<mixed>>
* @return iterable<array-key, array{doc_line: string, expected: string[]}>
*/
public function providerSplitDocLine(): iterable
{
Expand Down

0 comments on commit 5a1bb56

Please sign in to comment.