@@ -3968,8 +3968,8 @@ public function provideMultiLinePhpDocData(): iterable
39683968 ' * ' . PHP_EOL .
39693969 ' */ ' ,
39703970 new PhpDocNode ([
3971- new PhpDocTextNode ('' ),
39723971 new PhpDocTextNode (
3972+ PHP_EOL .
39733973 'MultiLine ' . PHP_EOL .
39743974 'description ' ,
39753975 ),
@@ -5073,13 +5073,13 @@ public function providerDebug(): Iterator
50735073 'OK class line ' ,
50745074 $ sample ,
50755075 new PhpDocNode ([
5076- new PhpDocTextNode ('Returns the schema for the field. ' ),
5077- new PhpDocTextNode ( '' ),
5078- new PhpDocTextNode ( ' This method is static because the field schema information is needed on
5076+ new PhpDocTextNode ('Returns the schema for the field.
5077+
5078+ This method is static because the field schema information is needed on
50795079creation of the field. FieldItemInterface objects instantiated at that
5080- time are not reliable as field settings might be missing. ' ),
5081- new PhpDocTextNode ( '' ),
5082- new PhpDocTextNode ( ' Computed fields having no schema should return an empty array. ' ),
5080+ time are not reliable as field settings might be missing.
5081+
5082+ Computed fields having no schema should return an empty array. ' ),
50835083 ]),
50845084 ];
50855085 }
@@ -5127,13 +5127,13 @@ public function provideRealWorldExampleData(): Iterator
51275127 'OK FieldItemInterface::schema ' ,
51285128 $ sample ,
51295129 new PhpDocNode ([
5130- new PhpDocTextNode ('Returns the schema for the field. ' ),
5131- new PhpDocTextNode ( '' ),
5132- new PhpDocTextNode ( ' This method is static because the field schema information is needed on
5130+ new PhpDocTextNode ('Returns the schema for the field.
5131+
5132+ This method is static because the field schema information is needed on
51335133creation of the field. FieldItemInterface objects instantiated at that
5134- time are not reliable as field settings might be missing. ' ),
5135- new PhpDocTextNode ( '' ),
5136- new PhpDocTextNode ( ' Computed fields having no schema should return an empty array. ' ),
5134+ time are not reliable as field settings might be missing.
5135+
5136+ Computed fields having no schema should return an empty array. ' ),
51375137 new PhpDocTextNode ('' ),
51385138 new PhpDocTagNode (
51395139 '@param ' ,
@@ -5201,9 +5201,9 @@ public function provideRealWorldExampleData(): Iterator
52015201 'OK AbstractChunkedController::parseChunkedRequest ' ,
52025202 $ sample ,
52035203 new PhpDocNode ([
5204- new PhpDocTextNode ('Parses a chunked request and return relevant information. ' ),
5205- new PhpDocTextNode ( '' ),
5206- new PhpDocTextNode ( ' This function must return an array containing the following
5204+ new PhpDocTextNode ('Parses a chunked request and return relevant information.
5205+
5206+ This function must return an array containing the following
52075207 keys and their corresponding values:
52085208 - last: Wheter this is the last chunk of the uploaded file
52095209 - uuid: A unique id which distinguishes two uploaded files
@@ -5247,9 +5247,9 @@ public function provideRealWorldExampleData(): Iterator
52475247 * </code>
52485248 */ " ,
52495249 new PhpDocNode ([
5250- new PhpDocTextNode (' Finder allows searching through directory trees using iterator. ' ),
5251- new PhpDocTextNode ( '' ),
5252- new PhpDocTextNode ( " <code>
5250+ new PhpDocTextNode (" Finder allows searching through directory trees using iterator.
5251+
5252+ <code>
52535253Finder::findFiles('*.php')
52545254 ->size('> 10kB')
52555255 ->from('.')
@@ -7563,8 +7563,8 @@ public function dataTextBetweenTagsBelongsToDescription(): iterable
75637563 ' * ' . PHP_EOL .
75647564 ' */ ' ,
75657565 new PhpDocNode ([
7566- new PhpDocTextNode ('' ),
75677566 new PhpDocTextNode (
7567+ PHP_EOL .
75687568 'MultiLine ' . PHP_EOL .
75697569 'description ' ,
75707570 ),
0 commit comments