From 5a1bb56fc2ae117e840d8c5bb6fe41a478711077 Mon Sep 17 00:00:00 2001 From: rhertogh Date: Sun, 9 Jul 2023 14:26:58 +0200 Subject: [PATCH] 3nd attempt to fix `CommentAnalyzerTest::providerSplitDocLine()` docblock --- tests/CommentAnalyzerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CommentAnalyzerTest.php b/tests/CommentAnalyzerTest.php index d0e164a68..b034627fa 100644 --- a/tests/CommentAnalyzerTest.php +++ b/tests/CommentAnalyzerTest.php @@ -86,7 +86,7 @@ class CommentAnalyzerTest extends BaseTestCase } /** - * @return iterable> + * @return iterable */ public function providerSplitDocLine(): iterable {