Files
PhpSpreadsheet/phpstan-baseline.neon
T
oleibman 5a9055ca6a Phpstan Level 10 (Final)
Fix all of Statistical. We can now use Level 10 going forward.
2025-05-22 17:48:30 -07:00

50 lines
1.4 KiB
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 call method getAllSpContainers\(\) on mixed\.$#'
identifier: method.nonObject
count: 1
path: src/PhpSpreadsheet/Reader/Xls/LoadSpreadsheet.php
-
message: '#^Cannot call method getBSECollection\(\) on mixed\.$#'
identifier: method.nonObject
count: 1
path: src/PhpSpreadsheet/Reader/Xls/LoadSpreadsheet.php
-
message: '#^Cannot call method getBstoreContainer\(\) on mixed\.$#'
identifier: method.nonObject
count: 1
path: src/PhpSpreadsheet/Reader/Xls/LoadSpreadsheet.php
-
message: '#^Cannot call method getSpgrContainer\(\) on mixed\.$#'
identifier: method.nonObject
count: 1
path: src/PhpSpreadsheet/Reader/Xls/LoadSpreadsheet.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
-
message: '#^Cannot call method setParent\(\) on mixed\.$#'
identifier: method.nonObject
count: 1
path: src/PhpSpreadsheet/Worksheet/AutoFilter.php