PhpSpreadsheet/tests/PhpSpreadsheetTests/Reader/Csv
oleibman cc14a48604
Permit CSV Delimiter to be Set to Null (#2288)
* Permit CSV Delimiter to be Set to Null

See issue #2287. A 1-character change. The delimiter variable is defined as nullable, and getDelimiter can return null; setDelimiter should follow suit.

* Scrutinizer Inanity

Are you sure the test always returns null?????
Yes, I'm sure, that's why it's part of the test.
Let's see if we can recode it and miss this "problem".
2021-09-15 12:40:03 -07:00
..
CsvCallbackTest.php CSV Reader Enhancements 2021-05-16 06:05:02 -07:00
CsvContiguousFilter.php CSV Reader Enhancements 2021-05-16 06:05:02 -07:00
CsvContiguousTest.php Update CsvContiguousTest.php 2021-05-16 11:48:12 -07:00
CsvEncodingTest.php CSV Reader Enhancements 2021-05-16 06:05:02 -07:00
CsvLineEndingTest.php Csv Handling of Booleans (and an 8.1 Deprecation) (#2232) 2021-08-04 07:00:17 -07:00
CsvTest.php Permit CSV Delimiter to be Set to Null (#2288) 2021-09-15 12:40:03 -07:00