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:
parent
fc85ecb1f6
commit
a69b0caa23
@ -85,6 +85,9 @@ class CommentAnalyzerTest extends BaseTestCase
|
||||
$this->assertSame($expected, CommentAnalyzer::splitDocLine($doc_line));
|
||||
}
|
||||
|
||||
/**
|
||||
* @return iterable<array<mixed>>
|
||||
*/
|
||||
public function providerSplitDocLine(): iterable
|
||||
{
|
||||
return [
|
||||
|
Loading…
Reference in New Issue
Block a user