1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

3nd attempt to fix CommentAnalyzerTest::providerSplitDocLine() docblock

This commit is contained in:
rhertogh 2023-07-09 14:26:58 +02:00
parent d2ec23fc71
commit 5a1bb56fc2

View File

@ -86,7 +86,7 @@ class CommentAnalyzerTest extends BaseTestCase
}
/**
* @return iterable<array-key, array<mixed>>
* @return iterable<array-key, array{doc_line: string, expected: string[]}>
*/
public function providerSplitDocLine(): iterable
{