Skip to content

Commit 11f4761

Browse files
committed
Fix Windows tests
1 parent fdb8bc4 commit 11f4761

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/PHPStan/Parser/PhpDocParserTest.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2953,10 +2953,10 @@ public function provideMultiLinePhpDocData(): iterable
29532953
new IdentifierTypeNode('Foo'),
29542954
false,
29552955
'$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',
29602960
),
29612961
),
29622962
new PhpDocTextNode(''),
@@ -2967,10 +2967,10 @@ public function provideMultiLinePhpDocData(): iterable
29672967
new IdentifierTypeNode('Bar'),
29682968
false,
29692969
'$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',
29742974
),
29752975
),
29762976

0 commit comments

Comments
 (0)