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

Added return type specification for \Psalm\Tests\CommentAnalyzerTest::providerSplitDocLine() (https://github.com/vimeo/psalm/pull/10000#issuecomment-1624354237)

This commit is contained in:
rhertogh 2023-07-07 16:25:10 +02:00
parent fc85ecb1f6
commit a69b0caa23

View File

@ -85,6 +85,9 @@ class CommentAnalyzerTest extends BaseTestCase
$this->assertSame($expected, CommentAnalyzer::splitDocLine($doc_line));
}
/**
* @return iterable<array<mixed>>
*/
public function providerSplitDocLine(): iterable
{
return [