File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2953,10 +2953,10 @@ public function provideMultiLinePhpDocData(): iterable
2953
2953
new IdentifierTypeNode ('Foo ' ),
2954
2954
false ,
2955
2955
'$foo ' ,
2956
- '1st multi world description with empty lines ' . PHP_EOL .
2957
- PHP_EOL .
2958
- PHP_EOL .
2959
- ' some text in the middle ' ,
2956
+ '1st multi world description with empty lines
2957
+
2958
+
2959
+ some text in the middle ' ,
2960
2960
),
2961
2961
),
2962
2962
new PhpDocTextNode ('' ),
@@ -2967,10 +2967,10 @@ public function provideMultiLinePhpDocData(): iterable
2967
2967
new IdentifierTypeNode ('Bar ' ),
2968
2968
false ,
2969
2969
'$bar ' ,
2970
- '2nd multi world description with empty lines ' . PHP_EOL .
2971
- PHP_EOL .
2972
- PHP_EOL .
2973
- ' test ' ,
2970
+ '2nd multi world description with empty lines
2971
+
2972
+
2973
+ test ' ,
2974
2974
),
2975
2975
),
2976
2976
You can’t perform that action at this time.
0 commit comments