Fix BIFF8 DIMENSIONS record to use 0-based column indices #10407
main.yml
on: pull_request
phpdoc-types
15s
php-cs-fixer
1m 6s
phpcs
34s
versions
38s
phpstan
1m 42s
coverage
17m 11s
release
0s
Matrix: test
Annotations
7 errors
|
phpstan
Process completed with exit code 1.
|
|
phpstan:
tests/PhpSpreadsheetTests/Writer/Xls/DimensionsRecordTest.php#L120
Cannot access offset 'colMac' on array|false.
|
|
phpstan:
tests/PhpSpreadsheetTests/Writer/Xls/DimensionsRecordTest.php#L113
Parameter #1 $string of function substr expects string, string|false given.
|
|
phpstan:
tests/PhpSpreadsheetTests/Writer/Xls/DimensionsRecordTest.php#L107
Parameter #1 $haystack of function strpos expects string, string|false given.
|
|
phpstan:
tests/PhpSpreadsheetTests/Writer/Xls/DimensionsRecordTest.php#L65
Cannot access offset 'rwMic' on array|false.
|
|
phpstan:
tests/PhpSpreadsheetTests/Writer/Xls/DimensionsRecordTest.php#L58
Parameter #1 $string of function substr expects string, string|false given.
|
|
phpstan:
tests/PhpSpreadsheetTests/Writer/Xls/DimensionsRecordTest.php#L52
Parameter #1 $haystack of function strpos expects string, string|false given.
|