@@ -3968,8 +3968,8 @@ public function provideMultiLinePhpDocData(): iterable
3968
3968
' * ' . PHP_EOL .
3969
3969
' */ ' ,
3970
3970
new PhpDocNode ([
3971
- new PhpDocTextNode ('' ),
3972
3971
new PhpDocTextNode (
3972
+ PHP_EOL .
3973
3973
'MultiLine ' . PHP_EOL .
3974
3974
'description ' ,
3975
3975
),
@@ -5073,13 +5073,13 @@ public function providerDebug(): Iterator
5073
5073
'OK class line ' ,
5074
5074
$ sample ,
5075
5075
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
5079
5079
creation 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. ' ),
5083
5083
]),
5084
5084
];
5085
5085
}
@@ -5127,13 +5127,13 @@ public function provideRealWorldExampleData(): Iterator
5127
5127
'OK FieldItemInterface::schema ' ,
5128
5128
$ sample ,
5129
5129
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
5133
5133
creation 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. ' ),
5137
5137
new PhpDocTextNode ('' ),
5138
5138
new PhpDocTagNode (
5139
5139
'@param ' ,
@@ -5201,9 +5201,9 @@ public function provideRealWorldExampleData(): Iterator
5201
5201
'OK AbstractChunkedController::parseChunkedRequest ' ,
5202
5202
$ sample ,
5203
5203
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
5207
5207
keys and their corresponding values:
5208
5208
- last: Wheter this is the last chunk of the uploaded file
5209
5209
- uuid: A unique id which distinguishes two uploaded files
@@ -5247,9 +5247,9 @@ public function provideRealWorldExampleData(): Iterator
5247
5247
* </code>
5248
5248
*/ " ,
5249
5249
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>
5253
5253
Finder::findFiles('*.php')
5254
5254
->size('> 10kB')
5255
5255
->from('.')
@@ -7563,8 +7563,8 @@ public function dataTextBetweenTagsBelongsToDescription(): iterable
7563
7563
' * ' . PHP_EOL .
7564
7564
' */ ' ,
7565
7565
new PhpDocNode ([
7566
- new PhpDocTextNode ('' ),
7567
7566
new PhpDocTextNode (
7567
+ PHP_EOL .
7568
7568
'MultiLine ' . PHP_EOL .
7569
7569
'description ' ,
7570
7570
),
0 commit comments