mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
3nd attempt to fix CommentAnalyzerTest::providerSplitDocLine()
docblock
This commit is contained in:
parent
d2ec23fc71
commit
5a1bb56fc2
@ -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
|
public function providerSplitDocLine(): iterable
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user