Passed
Pull Request — master (#4162)
by Owen
13:05
created
src/PhpSpreadsheet/Reader/Csv.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -681,7 +681,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.