PhpSpreadsheet/tests/PhpSpreadsheetTests/Reader
oleibman 0a531cf1cd
Replace 'self' with self::class in 2 Modules (#2773)
PHP 8.2 is supposed to deprecate the use of `['self', 'functionname']` for callables, suggesting the use of `[self::class, 'functionname']` instead. We made this change in a recent PR, and, while I'm thinking about it, I'll fix the remaining 2 modules with this construction. Vlookup is already adequately covered in unit tests. Reader/Xls/MD5 is not; a unit test is added.
2022-04-30 18:36:24 -07:00
..
Csv Phpstan Differences from Php7 to Php8, Again (#2665) 2022-03-11 23:28:30 -08:00
Gnumeric Set Selected Cells for Worksheets in Gnumeric Loader 2022-03-05 19:24:21 +01:00
Html Html import dimension conversions (#2152) 2021-06-11 17:29:49 +02:00
Ods Phpstan Differences from Php7 to Php8, Again (#2665) 2022-03-11 23:28:30 -08:00
Security Phpstan Differences from Php7 to Php8, Again (#2665) 2022-03-11 23:28:30 -08:00
Slk Process Comments in Sylk File (#2277) 2021-08-26 11:56:13 -07:00
Utility When image source is a URL, store the URL for use during extraction. (#2072) 2021-06-24 10:50:44 +02:00
Xls Replace 'self' with self::class in 2 Modules (#2773) 2022-04-30 18:36:24 -07:00
Xlsx Fix reading of files in the root of a zip (#2731) 2022-04-18 06:54:41 -07:00
Xml Phpstan Differences from Php7 to Php8, Again (#2665) 2022-03-11 23:28:30 -08:00