1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

2nd attempt to fix CommentAnalyzerTest::providerSplitDocLine() docblock (https://github.com/vimeo/psalm/pull/10000#issuecomment-1627430145)

This commit is contained in:
rhertogh 2023-07-08 23:01:35 +02:00 committed by GitHub
parent a69b0caa23
commit d2ec23fc71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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