Passed
Pull Request — master (#4162)
by Owen
12:32
created
src/PhpSpreadsheet/Reader/Csv.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -665,7 +665,7 @@
 block discarded – undo
665 665
         string $separator = ',',
666 666
         string $enclosure = '"',
667 667
         string $escape = '\\'
668
-    ): array|false {
668
+    ): array | false {
669 669
         if (PHP_VERSION_ID >= 80400 && $escape !== '') {
670 670
             return @fgetcsv($stream, $length, $separator, $enclosure, $escape);
671 671
         }
Please login to merge, or discard this patch.