@@ -63,7 +63,7 @@ public function testParse(string $label, string $input, PhpDocNode $expectedPhpD
6363 }
6464
6565
66- public function provideParamTagsData (): iterable
66+ public function provideParamTagsData (): \ Iterator
6767 {
6868 yield [
6969 'OK without description ' ,
@@ -283,7 +283,7 @@ public function provideParamTagsData(): iterable
283283 }
284284
285285
286- public function provideVarTagsData (): iterable
286+ public function provideVarTagsData (): \ Iterator
287287 {
288288 yield [
289289 'OK without description and variable name ' ,
@@ -523,7 +523,7 @@ public function provideVarTagsData(): iterable
523523 }
524524
525525
526- public function providePropertyTagsData (): iterable
526+ public function providePropertyTagsData (): \ Iterator
527527 {
528528 yield [
529529 'OK without description ' ,
@@ -709,7 +709,7 @@ public function providePropertyTagsData(): iterable
709709 }
710710
711711
712- public function provideReturnTagsData (): iterable
712+ public function provideReturnTagsData (): \ Iterator
713713 {
714714 yield [
715715 'OK without description ' ,
@@ -869,7 +869,7 @@ public function provideReturnTagsData(): iterable
869869 }
870870
871871
872- public function provideThrowsTagsData (): iterable
872+ public function provideThrowsTagsData (): \ Iterator
873873 {
874874 yield [
875875 'OK without description ' ,
@@ -953,7 +953,7 @@ public function provideThrowsTagsData(): iterable
953953 }
954954
955955
956- public function provideMethodTagsData (): iterable
956+ public function provideMethodTagsData (): \ Iterator
957957 {
958958 yield [
959959 'OK non-static, without return type ' ,
@@ -1330,7 +1330,7 @@ public function provideMethodTagsData(): iterable
13301330 }
13311331
13321332
1333- public function provideSingleLinePhpDocData (): iterable
1333+ public function provideSingleLinePhpDocData (): \ Iterator
13341334 {
13351335 yield [
13361336 'empty ' ,
0 commit comments