Files
PhpSpreadsheet/phpstan-baseline.neon
T
gertdepagter 1adad7565c Fix phpstan issues by making Escher generic
This removes the need to check if a method exists
2025-10-23 21:47:13 +02:00

26 lines
739 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
-
message: '#^Cannot call method setParent\(\) on mixed\.$#'
identifier: method.nonObject
count: 1
path: src/PhpSpreadsheet/Worksheet/AutoFilter.php