We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb8bc4 commit 11f4761Copy full SHA for 11f4761
tests/PHPStan/Parser/PhpDocParserTest.php
@@ -2953,10 +2953,10 @@ public function provideMultiLinePhpDocData(): iterable
2953
new IdentifierTypeNode('Foo'),
2954
false,
2955
'$foo',
2956
- '1st multi world description with empty lines' . PHP_EOL .
2957
- PHP_EOL .
2958
2959
- 'some text in the middle',
+ '1st multi world description with empty lines
+
+some text in the middle',
2960
),
2961
2962
new PhpDocTextNode(''),
@@ -2967,10 +2967,10 @@ public function provideMultiLinePhpDocData(): iterable
2967
new IdentifierTypeNode('Bar'),
2968
2969
'$bar',
2970
- '2nd multi world description with empty lines' . PHP_EOL .
2971
2972
2973
- 'test',
+ '2nd multi world description with empty lines
+test',
2974
2975
2976
0 commit comments