@@ -6878,7 +6878,7 @@ public function dataTextBetweenTagsBelongsToDescription(): iterable
6878
6878
new PhpDocTextNode ('Real description ' ),
6879
6879
new PhpDocTagNode ('@param ' , new ParamTagValueNode (new IdentifierTypeNode ('int ' ), false , '$a ' , PHP_EOL . ' test ' )),
6880
6880
new PhpDocTextNode ('' ),
6881
- // new PhpDocTextNode(''),
6881
+ new PhpDocTextNode ('' ),
6882
6882
]),
6883
6883
];
6884
6884
@@ -6896,7 +6896,7 @@ public function dataTextBetweenTagsBelongsToDescription(): iterable
6896
6896
new PhpDocTagNode ('@param ' , new ParamTagValueNode (new IdentifierTypeNode ('int ' ), false , '$a ' , PHP_EOL . ' test ' )),
6897
6897
new PhpDocTextNode ('' ),
6898
6898
new PhpDocTextNode ('' ),
6899
- // new PhpDocTextNode(''),
6899
+ new PhpDocTextNode ('' ),
6900
6900
]),
6901
6901
];
6902
6902
@@ -6912,7 +6912,7 @@ public function dataTextBetweenTagsBelongsToDescription(): iterable
6912
6912
new PhpDocNode ([
6913
6913
new PhpDocTextNode ('Real description ' ),
6914
6914
new PhpDocTagNode ('@param ' , new ParamTagValueNode (new IdentifierTypeNode ('int ' ), false , '$a ' , PHP_EOL . ' test ' . PHP_EOL . PHP_EOL . 'test 2 ' )),
6915
- // new PhpDocTextNode(''),
6915
+ new PhpDocTextNode ('' ),
6916
6916
]),
6917
6917
];
6918
6918
yield [
@@ -6929,7 +6929,7 @@ public function dataTextBetweenTagsBelongsToDescription(): iterable
6929
6929
new PhpDocTextNode ('Real description ' ),
6930
6930
new PhpDocTagNode ('@param ' , new ParamTagValueNode (new IdentifierTypeNode ('int ' ), false , '$a ' , PHP_EOL . ' test ' . PHP_EOL . PHP_EOL . 'test 2 ' )),
6931
6931
new PhpDocTextNode ('' ),
6932
- // new PhpDocTextNode(''),
6932
+ new PhpDocTextNode ('' ),
6933
6933
]),
6934
6934
];
6935
6935
@@ -6947,7 +6947,7 @@ public function dataTextBetweenTagsBelongsToDescription(): iterable
6947
6947
new PhpDocTextNode ('Real description ' ),
6948
6948
new PhpDocTagNode ('@ORM\Column ' , new DoctrineTagValueNode (new DoctrineAnnotation ('@ORM\Column ' , []), PHP_EOL . ' test ' . PHP_EOL . PHP_EOL . 'test 2 ' )),
6949
6949
new PhpDocTextNode ('' ),
6950
- // new PhpDocTextNode(''),
6950
+ new PhpDocTextNode ('' ),
6951
6951
]),
6952
6952
];
6953
6953
}
0 commit comments