@@ -6878,7 +6878,7 @@ public function dataTextBetweenTagsBelongsToDescription(): iterable
68786878 new PhpDocTextNode ('Real description ' ),
68796879 new PhpDocTagNode ('@param ' , new ParamTagValueNode (new IdentifierTypeNode ('int ' ), false , '$a ' , PHP_EOL . ' test ' )),
68806880 new PhpDocTextNode ('' ),
6881- // new PhpDocTextNode(''),
6881+ new PhpDocTextNode ('' ),
68826882 ]),
68836883 ];
68846884
@@ -6896,7 +6896,7 @@ public function dataTextBetweenTagsBelongsToDescription(): iterable
68966896 new PhpDocTagNode ('@param ' , new ParamTagValueNode (new IdentifierTypeNode ('int ' ), false , '$a ' , PHP_EOL . ' test ' )),
68976897 new PhpDocTextNode ('' ),
68986898 new PhpDocTextNode ('' ),
6899- // new PhpDocTextNode(''),
6899+ new PhpDocTextNode ('' ),
69006900 ]),
69016901 ];
69026902
@@ -6912,7 +6912,7 @@ public function dataTextBetweenTagsBelongsToDescription(): iterable
69126912 new PhpDocNode ([
69136913 new PhpDocTextNode ('Real description ' ),
69146914 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 ('' ),
69166916 ]),
69176917 ];
69186918 yield [
@@ -6929,7 +6929,7 @@ public function dataTextBetweenTagsBelongsToDescription(): iterable
69296929 new PhpDocTextNode ('Real description ' ),
69306930 new PhpDocTagNode ('@param ' , new ParamTagValueNode (new IdentifierTypeNode ('int ' ), false , '$a ' , PHP_EOL . ' test ' . PHP_EOL . PHP_EOL . 'test 2 ' )),
69316931 new PhpDocTextNode ('' ),
6932- // new PhpDocTextNode(''),
6932+ new PhpDocTextNode ('' ),
69336933 ]),
69346934 ];
69356935
@@ -6947,7 +6947,7 @@ public function dataTextBetweenTagsBelongsToDescription(): iterable
69476947 new PhpDocTextNode ('Real description ' ),
69486948 new PhpDocTagNode ('@ORM\Column ' , new DoctrineTagValueNode (new DoctrineAnnotation ('@ORM\Column ' , []), PHP_EOL . ' test ' . PHP_EOL . PHP_EOL . 'test 2 ' )),
69496949 new PhpDocTextNode ('' ),
6950- // new PhpDocTextNode(''),
6950+ new PhpDocTextNode ('' ),
69516951 ]),
69526952 ];
69536953 }
0 commit comments