We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc553ff commit 4a38b62Copy full SHA for 4a38b62
standard/standard_6.php
@@ -663,7 +663,7 @@ function fputcsv(
663
string $separator = ",",
664
string $enclosure = '"',
665
#[PhpStormStubsElementAvailable(from: '7.0')] string $escape = "\\",
666
- #[PhpStormStubsElementAvailable('8.1')] string $eol = PHP_EOL
+ #[PhpStormStubsElementAvailable('8.1')] string $eol = "\n"
667
): int|false {}
668
669
/**
0 commit comments