mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-17 13:32:18 +00:00
66422b11b4
Ran into a surprising hitch when Php8.5 failed unit tests despite nightly succeeding. Duplicated problem locally, and fixed it with a Phpunit upgrade. Hopefully that will work on Github as well.
20 lines
575 B
Plaintext
20 lines
575 B
Plaintext
parameters:
|
|
ignoreErrors:
|
|
-
|
|
message: '#^Parameter \#1 \$array of function array_multisort expects array, mixed given\.$#'
|
|
identifier: argument.type
|
|
count: 1
|
|
path: src/PhpSpreadsheet/Calculation/LookupRef/Sort.php
|
|
|
|
-
|
|
message: '#^Cannot access offset 0 on mixed\.$#'
|
|
identifier: offsetAccess.nonOffsetAccessible
|
|
count: 1
|
|
path: src/PhpSpreadsheet/ReferenceHelper.php
|
|
|
|
-
|
|
message: '#^Parameter \#1 \$string of function trim expects string, mixed given\.$#'
|
|
identifier: argument.type
|
|
count: 1
|
|
path: src/PhpSpreadsheet/ReferenceHelper.php
|