@@ -681,7 +681,7 @@ |
||
681 | 681 | string $separator = ',', |
682 | 682 | string $enclosure = '"', |
683 | 683 | ?string $escape = null |
684 | - ): array|false { |
|
684 | + ): array | false { |
|
685 | 685 | $escape = $escape ?? self::$defaultEscapeCharacter; |
686 | 686 | if (PHP_VERSION_ID >= 80400 && $escape !== '') { |
687 | 687 | return @fgetcsv($stream, $length, $separator, $enclosure, $escape); |