diff --git a/tests/CommentAnalyzerTest.php b/tests/CommentAnalyzerTest.php index bda9f6df4..a570ab5a6 100644 --- a/tests/CommentAnalyzerTest.php +++ b/tests/CommentAnalyzerTest.php @@ -85,6 +85,9 @@ class CommentAnalyzerTest extends BaseTestCase $this->assertSame($expected, CommentAnalyzer::splitDocLine($doc_line)); } + /** + * @return iterable> + */ public function providerSplitDocLine(): iterable { return [