mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +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));
|
$this->assertSame($expected, CommentAnalyzer::splitDocLine($doc_line));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return iterable<array<mixed>>
|
||||||
|
*/
|
||||||
public function providerSplitDocLine(): iterable
|
public function providerSplitDocLine(): iterable
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
|
Loading…
Reference in New Issue
Block a user