Skip to content

Commit 5fe6178

Browse files
committed
fix windows
1 parent 14430d7 commit 5fe6178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Support/DocParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
$parser = new DocParser($docblock);
229229

230230
// Test description parsing
231-
expect($parser->description())->toBe("A complex description\nwith multiple lines");
231+
expect($parser->description())->toBe('A complex description' . PHP_EOL . 'with multiple lines');
232232

233233
// Test parameter parsing
234234
$params = $parser->params();

0 commit comments

Comments
 (0)